summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-06-12 11:02:50 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-06-12 11:02:50 -0400
commit63122bdcd59e3993d379062ffc518e48e41900ab (patch)
tree850c7f543c76155030e8a77a7757e1f1ddf73737 /setup.py
parent5def42927198c079489b4a3d7d5cf3d212c217f2 (diff)
downloadstevedore-63122bdcd59e3993d379062ffc518e48e41900ab.tar.gz
prep for 0.9 release0.9
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 61aac3a..2d089a0 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ except ImportError:
setup(
name='stevedore',
- version='0.8',
+ version='0.9',
description='Manage dynamic plugins for Python applications',
long_description=long_description,