diff setup.py @ 27:336011507f75

Added dummy backend to MANIFEST. Released 0.6.2.
author mcroydon
date Tue, 31 May 2011 17:36:47 +0000
parents a8dd8994636f
children
line wrap: on
line diff
--- a/setup.py	Thu Dec 16 17:37:57 2010 +0000
+++ b/setup.py	Tue May 31 17:36:47 2011 +0000
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup(name='queues',
-      version='0.6.1',
+      version='0.6.2',
       description='A lowest-common-denominator API for interacting with lightweight queue services.',
       author='Matt Croydon',
       author_email='mcroydon@gmail.com',