Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
edsrzf committed Apr 7, 2015
1 parent 76fd8e5 commit 1d37d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iron_mq.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def _prepare_subscribers(self, *subscribers):

class IronMQ(object):
NAME = 'iron_mq_python'
VERSION = '0.9.1'
VERSION = '0.6'
API_VERSION = 3
client = None
name = None
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name = "iron-mq-v3",
py_modules = ["iron_mq"],
install_requires = ["iron_core"],
version = "0.5",
version = "0.6",
description = "Client library for IronMQ, a message queue in the cloud",
author = "Iron.io",
author_email = "thirdparty@iron.io",
Expand Down

0 comments on commit 1d37d4c

Please sign in to comment.