diff options
| author | Daniel Holth <dholth@fastmail.fm> | 2012-07-17 12:23:12 -0400 |
|---|---|---|
| committer | Daniel Holth <dholth@fastmail.fm> | 2012-07-17 12:23:12 -0400 |
| commit | d02f91dceda7c4a16cc26ea80f0eecfff638e4b2 (patch) | |
| tree | 73ee1de5d8800cd3769803abca30b94228ecc610 /setup.py | |
| parent | 0591f66a237f090ff9887b329bae9ae534d4aed3 (diff) | |
| download | wheel-git-d02f91dceda7c4a16cc26ea80f0eecfff638e4b2.tar.gz | |
version 0.50.5
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ README = open(os.path.join(here, 'README.txt')).read() CHANGES = open(os.path.join(here, 'CHANGES.txt')).read() setup(name='wheel', - version='0.4.2', + version='0.5', description='A built-package format for Python.', long_description=README + '\n\n' + CHANGES, classifiers=[ |
