summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2012-07-17 12:23:12 -0400
committerDaniel Holth <dholth@fastmail.fm>2012-07-17 12:23:12 -0400
commitd02f91dceda7c4a16cc26ea80f0eecfff638e4b2 (patch)
tree73ee1de5d8800cd3769803abca30b94228ecc610 /setup.py
parent0591f66a237f090ff9887b329bae9ae534d4aed3 (diff)
downloadwheel-git-d02f91dceda7c4a16cc26ea80f0eecfff638e4b2.tar.gz
version 0.50.5
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 15af218..d380050 100644
--- a/setup.py
+++ b/setup.py
@@ -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=[