Skip to content

Commit

Permalink
0.11.0 GA
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Aug 29, 2017
1 parent fdd6c8f commit 257691a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pika/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.11.0b1'
__version__ = '0.11.0'

import logging
try:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'with other AMQP 0-9-1 brokers.')

setup(name='pika',
version='0.11.0b1',
version='0.11.0',
description='Pika Python AMQP Client Library',
long_description=open('README.rst').read(),
maintainer='Gavin M. Roy',
Expand Down

0 comments on commit 257691a

Please sign in to comment.