Set version to 0.1.0

This commit is contained in:
Ask Solem 2010-07-22 16:19:46 +02:00
parent c6e033bc76
commit 54912c2a0c
2 changed files with 6 additions and 4 deletions

View File

@ -1,11 +1,13 @@
##############################################
#############################################
kombu - AMQP Messaging Framework for Python
##############################################
#############################################
:Version: 0.10.5
:Version: 0.1.0
**THIS IS A REWRITE OF CARROT**
Carrot will be discontinued in favor of Kombu.
Proposed API::
from kombu.connection BrokerConnection

View File

@ -1,5 +1,5 @@
"""AMQP Messaging Framework for Python"""
VERSION = (0, 10, 5)
VERSION = (0, 1, 0)
__version__ = ".".join(map(str, VERSION))
__author__ = "Ask Solem"
__contact__ = "askh@opera.com"