Skip to content
Snippets Groups Projects
Commit 8a4fbf7d authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

ver bump

parent c227dd78
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ CLIENT_DATA = [
# because RabbitMQ is some kind of a fascist and does not allow
# these fields to be of type short-string
(b'product', (b'CoolAMQP', 'S')),
(b'version', (b'0.90', 'S')),
(b'version', (b'0.91', 'S')),
(b'copyright', (b'Copyright (C) 2016-2017 DMS Serwis', 'S')),
(b'information', (b'Licensed under the MIT License.\nSee https://github.com/smok-serwis/coolamqp for details', 'S')),
(b'capabilities', ([(capa, (True, 't')) for capa in SUPPORTED_EXTENSIONS], 'F')),
......
......@@ -57,9 +57,9 @@ author = u'DMS Serwis s.c.'
# built documents.
#
# The short X.Y version.
version = '0.90'
version = '0.91'
# The full version, including alpha/beta/rc tags.
release = u'0.90'
release = u'0.91-rc'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -4,12 +4,12 @@ from setuptools import setup
setup(name=u'CoolAMQP',
version='0.90',
version='0.91',
description=u'Very fast pure-Python AMQP client',
author=u'DMS Serwis s.c.',
author_email=u'piotrm@smok.co',
url=u'https://github.com/smok-serwis/coolamqp',
download_url='https://github.com/smok-serwis/coolamqp/archive/v0.90.zip',
download_url='https://github.com/smok-serwis/coolamqp/archive/v0.91.zip',
keywords=['amqp', 'rabbitmq', 'client', 'network', 'ha', 'high availability'],
packages=[
'coolamqp',
......
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