changeset 26:a8dd8994636f

Bump version to 0.6.1.
author mcroydon
date Thu, 16 Dec 2010 17:37:57 +0000
parents a73463a6bf1c
children 336011507f75
files queues/__init__.py setup.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/queues/__init__.py	Thu Dec 16 17:30:20 2010 +0000
+++ b/queues/__init__.py	Thu Dec 16 17:37:57 2010 +0000
@@ -22,7 +22,7 @@
 """
 import os
 
-__version__ = "0.6"
+__version__ = "0.6.1"
 
 class InvalidBackend(Exception):
     pass
--- a/setup.py	Thu Dec 16 17:30:20 2010 +0000
+++ b/setup.py	Thu Dec 16 17:37:57 2010 +0000
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup(name='queues',
-      version='0.6',
+      version='0.6.1',
       description='A lowest-common-denominator API for interacting with lightweight queue services.',
       author='Matt Croydon',
       author_email='mcroydon@gmail.com',