Skip to content
Snippets Groups Projects
Commit c2c71a56 authored by Gavin M. Roy's avatar Gavin M. Roy
Browse files

Bump the rev

parent 33b7bc79
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,7 +2,7 @@
rabbitpy, a pythonic RabbitMQ client
 
"""
__version__ = '0.26.0'
__version__ = '0.26.1'
version = __version__
import logging
import platform
Loading
Loading
Loading
Loading
@@ -26,7 +26,7 @@ classifiers = ['Development Status :: 5 - Production/Stable',
'Topic :: Software Development :: Libraries']
 
setuptools.setup(name='rabbitpy',
version='0.26.0',
version='0.26.1',
description=desc,
long_description=open('README.rst').read(),
author='Gavin M. Roy',
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment