diff --git a/docs/index.rst b/docs/index.rst
index dc74f686cc1c927f414a0febc7b825d574980be1..c4a6dbca29040997c9b3f642e0bef6f17100a948 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -104,7 +104,7 @@ Changes:
 
 - 0.1.1: September 6, 2014
 
-  - Fix GitHub issue `#3<https://github.com/admiralobvious/flask-simpleldap/issues/3>`_,
+  - Fix GitHub issue `#3 <https://github.com/admiralobvious/flask-simpleldap/issues/3>`_,
     Not compatible with uppercase distinguished names.
 
 - 0.1: August 9, 2014
diff --git a/setup.py b/setup.py
index 69ade3aca3b8d9d3b9f87e6ec505b2eea216220e..e8270cc8cff150681e500b17b3f1f130a4924f3d 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ from setuptools import setup
 
 setup(
     name='Flask-SimpleLDAP',
-    version='0.1.0',
+    version='0.1.1',
     url='https://github.com/admiralobvious/flask-simpleldap',
     license='MIT',
     author='Alexandre Ferland',