Skip to content

Commit

Permalink
Merge pull request #9 from ingresse/bugfix/pika-version
Browse files Browse the repository at this point in the history
Fixed pika version in requirements.txt
  • Loading branch information
JonasSFreire authored Apr 1, 2019
2 parents 6e12818 + b1cb3a2 commit f6ad934
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.2.3'
__version__ = '0.3.1'

from message_queue.logger import *

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pika >= 0.10.0
pika == 0.10.0

0 comments on commit f6ad934

Please sign in to comment.