Mercurial > ~astiob > upreckon > hgweb
comparison setup-exe.py @ 167:1bf2ef9dd0d8 2.01 2.01.1
Bumped the version number in setup-exe.py
I will search before bumping the version number next time.
author | Oleg Oshmyan <chortos@inbox.lv> |
---|---|
date | Fri, 10 Jun 2011 22:28:30 +0100 |
parents | 37955420fd66 |
children | e56d43b40884 |
comparison
equal
deleted
inserted
replaced
166:fea8c7853a44 | 167:1bf2ef9dd0d8 |
---|---|
28 msvcrt_files = [os.path.join(direct, name) for name in files] | 28 msvcrt_files = [os.path.join(direct, name) for name in files] |
29 | 29 |
30 os.rename('upreckon/unix.py', 'upreckon/unix.py~') | 30 os.rename('upreckon/unix.py', 'upreckon/unix.py~') |
31 try: | 31 try: |
32 setup(name='Upreckon', | 32 setup(name='Upreckon', |
33 version='2.01.0', | 33 version='2.01.1', |
34 author='Oleg Oshmyan', | 34 author='Oleg Oshmyan', |
35 author_email='chortos@inbox.lv', | 35 author_email='chortos@inbox.lv', |
36 url='http://chortos.selfip.net/~astiob/test.py/', | 36 url='http://chortos.selfip.net/~astiob/test.py/', |
37 #description='', | 37 #description='', |
38 #long_description='', | 38 #long_description='', |