summaryrefslogtreecommitdiff
path: root/setup.py
diff options
authorJames Westby <james.westby@canonical.com>2012-06-26 17:29:11 -0400
committerJames Westby <james.westby@canonical.com>2012-06-26 17:29:11 -0400
commit7b7c21e7ee7a428b8c8e09fd9f00d63ebfaa04f4 (patch)
tree840f7cf574b501c121b8efe2aa1f24f175608917 /setup.py
parentbcacc08b258514c0dbdecab55b6fb179c8dc97aa (diff)
Post-release version bump.
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 8184c39..0bfab92 100755
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ description = file(
os.path.join(os.path.dirname(__file__), 'README'), 'rb').read()
setup(name="oops",
- version="0.0.12",
+ version="0.0.13",
description=\
"OOPS report model and default allocation/[de]serialization.",
long_description=description,