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

Bump the version, add Python 3.4 classifier

parent eb23f930
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.16.0'
__version__ = '0.17.0'
version = __version__
import logging
 
Loading
Loading
Loading
Loading
@@ -9,7 +9,7 @@ desc = ('A pure python, thread-safe, minimalistic and pythonic RabbitMQ '
'client library')
 
setuptools.setup(name='rabbitpy',
version='0.16.0',
version='0.17.0',
description=desc,
long_description=open('README.rst').read(),
author='Gavin M. Roy',
Loading
Loading
@@ -32,6 +32,7 @@ setuptools.setup(name='rabbitpy',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Communications',
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