diff --git a/docs/conf.py b/docs/conf.py
index 1d182d72dcccb56213ea7d16bd9528cc073fe936..58b533ef65ee5365a02fd11bd77a61b6b95a9572 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 438d054590e21905e9cd3f15fa12ab2aa5059594..04171ca8d0a3f66d4952e0f41038fa78d06079e8 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',