diff options
| -rw-r--r-- | CHANGES.txt | 4 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 90f8b5d..fda9bac 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +0.5 +=== +- working pretty well + 0.4.2 ===== - hyphenated name fix @@ -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=[ |
