diff setup.py @ 14:1358e3314c88

Updated version to 0.4 which includes two new backends: redisd and zenqueued.
author mcroydon
date Wed, 20 May 2009 19:39:37 +0000
parents 3b0011cd18aa
children 9e41be2e6776
line wrap: on
line diff
--- a/setup.py	Wed May 20 19:25:14 2009 +0000
+++ b/setup.py	Wed May 20 19:39:37 2009 +0000
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup(name='queues',
-      version='0.3',
+      version='0.4',
       description='A lowest-common-denominator API for interacting with lightweight queue services.',
       author='Matt Croydon',
       author_email='mcroydon@gmail.com',