Bumps version to 1.0.8

This commit is contained in:
Ask Solem 2011-03-31 14:57:52 +02:00
parent 843615b289
commit f7ba3d2ea0
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
kombu - AMQP Messaging Framework for Python
#############################################
:Version: 1.0.7
:Version: 1.0.8
Synopsis
========

View File

@ -1,5 +1,5 @@
"""AMQP Messaging Framework for Python"""
VERSION = (1, 0, 7)
VERSION = (1, 0, 8)
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
__author__ = "Ask Solem"
__contact__ = "ask@celeryproject.org"