From 41869272cf4f730db871bbd375b05e1935f472e8 Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Thu, 11 May 2017 13:32:58 +0200
Subject: [PATCH] 0.91

---
 docs/conf.py | 2 +-
 setup.py     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 1d182d7..58b533e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -59,7 +59,7 @@ author = u'DMS Serwis s.c.'
 # The short X.Y version.
 version = '0.91'
 # The full version, including alpha/beta/rc tags.
-release = u'0.91-rc'
+release = u'0.91'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/setup.py b/setup.py
index 438d054..04171ca 100644
--- a/setup.py
+++ b/setup.py
@@ -4,12 +4,12 @@ from setuptools import setup
 
 
 setup(name=u'CoolAMQP',
-      version='0.91rc3',
+      version='0.91',
       description=u'Very fast pure-Python AMQP client',
       author=u'DMS Serwis s.c.',
       author_email=u'piotrm@smok.co',
       url=u'https://github.com/smok-serwis/coolamqp',
-#      download_url='https://github.com/smok-serwis/coolamqp/archive/v0.91.zip',
+      download_url='https://github.com/smok-serwis/coolamqp/archive/v0.91.zip',
       keywords=['amqp', 'rabbitmq', 'client', 'network', 'ha', 'high availability'],
       packages=[
           'coolamqp',
-- 
GitLab