diff options
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' |