diff options
| author | Daniel Holth <dholth@fastmail.fm> | 2012-07-03 07:16:32 -0400 |
|---|---|---|
| committer | Daniel Holth <dholth@fastmail.fm> | 2012-07-03 07:16:32 -0400 |
| commit | 9f322dd1ccb78a66404e950af092d206ea3b331f (patch) | |
| tree | 671b28919658529bd111d8bf9c63dbd72675b6e9 /setup.py | |
| parent | bfbd7f897513437e3df26057f3b694bb05d6bbe6 (diff) | |
| download | wheel-git-9f322dd1ccb78a66404e950af092d206ea3b331f.tar.gz | |
version 0.2
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.1', + version='0.2', description='A built-package format for Python.', long_description=README + '\n\n' + CHANGES, classifiers=[ |
