diff options
| author | Robert Collins <robertc@robertcollins.net> | 2011-10-04 07:13:08 +0000 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2011-10-04 07:13:08 +0000 |
| commit | d32ab9c886a808cf5dcb0bb97e7975f4163954a9 (patch) | |
| tree | 507ef05741e3304b7396da31720b94b8024bf551 /setup.py | |
| parent | 0a7ee82cca577866c6c166df784dfad7c9c63714 (diff) | |
And set the version correctly.
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ description = file( os.path.join(os.path.dirname(__file__), 'README'), 'rb').read() setup(name="oops", - version="0.0.7", + version="0.0.8", description=\ "OOPS report model and default allocation/[de]serialization.", long_description=description, |
