diff options
author | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2014-08-21 16:30:44 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2014-08-21 16:30:44 +0200 |
commit | 3f0ac43d54a62d09010f8a67d34308532014bfed (patch) | |
tree | 35ee9fb3369c5733d97fbc671400bd20d10d32cb /gitlab.py | |
parent | c6f0a8d1c582a4ac92375c26a612288b001683e0 (diff) | |
download | gitlab-3f0ac43d54a62d09010f8a67d34308532014bfed.tar.gz |
bump version
Diffstat (limited to 'gitlab.py')
-rw-r--r-- | gitlab.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ import requests import sys __title__ = 'python-gitlab' -__version__ = '0.6' +__version__ = '0.7' __author__ = 'Gauvain Pocentek' __email__ = 'gauvain@pocentek.net' __license__ = 'LGPL3' |