comparison setup.py @ 18:c570adf77a48

bump version
author Jeff Hammel <k0scist@gmail.com>
date Thu, 23 Feb 2017 09:06:21 -0800
parents a42a02bb46ed
children
comparison
equal deleted inserted replaced
17:a42a02bb46ed 18:c570adf77a48
4 try: 4 try:
5 description = open('README.txt').read() 5 description = open('README.txt').read()
6 except: 6 except:
7 description = '' 7 description = ''
8 8
9 version = '0.5.3' 9 version = '0.6'
10 10
11 11
12 setup(name='martINI', 12 setup(name='martINI',
13 version=version, 13 version=version,
14 description="edit .ini files from the command line", 14 description="edit .ini files from the command line",