Skip to content

Commit

Permalink
Merge pull request #10 from ingresse/bugfix/pika-version
Browse files Browse the repository at this point in the history
pika version in setup.py
  • Loading branch information
JonasSFreire authored Apr 2, 2019
2 parents f6ad934 + 1afa9e0 commit f71dd7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion message_queue/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.3.1'
__version__ = '0.3.2'

from message_queue.logger import *

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def find_version(*file_paths):
author_email='vitor.leal@ingresse.com',
license='BSD',
packages=find_packages(),
install_requires=['pika'],
install_requires=['pika==0.10.0'],
download_url='https://github.com/ingresse/message-queue-python/tarball/%r'.format(VERSION),
keywords='message queue rabbit amqp pub/sub',
)
Expand Down

0 comments on commit f71dd7f

Please sign in to comment.