From 942468d344eac2a70f73ed69a43c27a87baf78db Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Wed, 3 Feb 2016 21:15:55 +0100 Subject: bump version to cleanup my mess on pypi --- gitlab/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gitlab/__init__.py') 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' -- cgit v1.2.1