summaryrefslogtreecommitdiff
path: root/setup.py
diff options
authorRobert Collins <robertc@robertcollins.net>2011-10-04 07:13:08 +0000
committerRobert Collins <robertc@robertcollins.net>2011-10-04 07:13:08 +0000
commitd32ab9c886a808cf5dcb0bb97e7975f4163954a9 (patch)
tree507ef05741e3304b7396da31720b94b8024bf551 /setup.py
parent0a7ee82cca577866c6c166df784dfad7c9c63714 (diff)
And set the version correctly.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 066e03b..cb36912 100755
--- a/setup.py
+++ b/setup.py
@@ -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,