summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-10-29 11:38:27 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-10-29 11:38:27 -0400
commitb01eb699157fb59680b09ef6050978cc95d60243 (patch)
treeee8facdee61cbc2568b240351640d5e5fecfa800 /setup.py
parent3c64c7b71a7bc87d2717f278dc4cf5d9e2c67973 (diff)
downloadstevedore-b01eb699157fb59680b09ef6050978cc95d60243.tar.gz
Bump version to 0.60.6
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 154fdb5..6e3f179 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ install_requires = ['distribute',
setup(
name='stevedore',
- version='0.5',
+ version='0.6',
description='Manage dynamic plugins for Python applications',
long_description=long_description,