diff options
| author | Daniel Holth <dholth@fastmail.fm> | 2013-02-17 19:14:30 -0500 |
|---|---|---|
| committer | Daniel Holth <dholth@fastmail.fm> | 2013-02-17 19:14:30 -0500 |
| commit | 30e19432a99c2ca7aa6b8cd8b2ce937a338400b0 (patch) | |
| tree | c041e2ad004041a627e147145f45de4aef0c856d /setup.py | |
| parent | 8c73bdcb4b05514eefde22f6e225ca869b6bce75 (diff) | |
| download | wheel-git-30e19432a99c2ca7aa6b8cd8b2ce937a338400b0.tar.gz | |
bump version
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ if sys.version_info[:2] < (2, 7): install_requires.append('argparse') setup(name='wheel', - version='0.15.0', + version='1.0.0a0', description='A built-package format for Python.', long_description=README + '\n\n' + CHANGES, classifiers=[ |
