summaryrefslogtreecommitdiff
path: root/gitlab/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/__init__.py')
-rw-r--r--gitlab/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py
index 93dee61..93e8b82 100644
--- a/gitlab/__init__.py
+++ b/gitlab/__init__.py
@@ -27,7 +27,7 @@ import requests
import six
__title__ = 'python-gitlab'
-__version__ = '0.9'
+__version__ = '0.9.1'
__author__ = 'Gauvain Pocentek'
__email__ = 'gauvain@pocentek.net'
__license__ = 'LGPL3'