summaryrefslogtreecommitdiff
path: root/kombu
diff options
context:
space:
mode:
authorAsk Solem <askh@opera.com>2010-09-20 09:46:10 +0200
committerAsk Solem <askh@opera.com>2010-09-20 09:46:10 +0200
commit0cd4e6832fc90df1a4fc29d74d850c45cb906018 (patch)
tree6936b3eb0c53e969a5895d697f973e2256e22c90 /kombu
parent130c8c3ccea6b096e960de5a1727d3d758122a2e (diff)
downloadkombu-0cd4e6832fc90df1a4fc29d74d850c45cb906018.tar.gz
Bumped version to 0.2.0v0.2.0
Diffstat (limited to 'kombu')
-rw-r--r--kombu/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kombu/__init__.py b/kombu/__init__.py
index e8ffde46..f75d667d 100644
--- a/kombu/__init__.py
+++ b/kombu/__init__.py
@@ -1,5 +1,5 @@
"""AMQP Messaging Framework for Python"""
-VERSION = (0, 1, 0)
+VERSION = (0, 2, 0)
__version__ = ".".join(map(str, VERSION))
__author__ = "Ask Solem"
__contact__ = "ask@celeryproject.org"