diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2016-02-03 21:15:55 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2016-02-03 21:15:55 +0100 |
commit | 942468d344eac2a70f73ed69a43c27a87baf78db (patch) | |
tree | 3cc5cc014ddbdb24d7e75e3aab8c03026a659eb9 /gitlab | |
parent | 74d82d4109e65d541707638fc9d3efc110c6ef32 (diff) | |
download | gitlab-942468d344eac2a70f73ed69a43c27a87baf78db.tar.gz |
bump version to cleanup my mess on pypi0.12.1
Diffstat (limited to 'gitlab')
-rw-r--r-- | gitlab/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index f7b3c37..1bb148e 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -32,7 +32,7 @@ from gitlab.exceptions import * # noqa from gitlab.objects import * # noqa __title__ = 'python-gitlab' -__version__ = '0.12' +__version__ = '0.12.1' __author__ = 'Gauvain Pocentek' __email__ = 'gauvain@pocentek.net' __license__ = 'LGPL3' |