# HG changeset patch # User mcroydon # Date 1292521077 0 # Node ID a8dd8994636f415afc73f3740058c0221a0ded9a # Parent a73463a6bf1c1b875133c24c9faaa470ec1d3dca Bump version to 0.6.1. diff -r a73463a6bf1c -r a8dd8994636f queues/__init__.py --- 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 diff -r a73463a6bf1c -r a8dd8994636f setup.py --- 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',