diff options
author | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2015-12-29 15:47:54 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2015-12-29 15:47:54 +0100 |
commit | 38f17c1a04bdc668d3599555f85c891246893429 (patch) | |
tree | a178c393ea77ff33b69469f2c835f0556657e34d | |
parent | e673dab4f3a17a14bea38854ad10b83eef4fc18b (diff) | |
download | gitlab-38f17c1a04bdc668d3599555f85c891246893429.tar.gz |
Version bump0.10
-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 aad3b8d..e2a723b 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -30,7 +30,7 @@ import gitlab.config __title__ = 'python-gitlab' -__version__ = '0.9.1' +__version__ = '0.10' __author__ = 'Gauvain Pocentek' __email__ = 'gauvain@pocentek.net' __license__ = 'LGPL3' |