We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333177c commit 0888f25Copy full SHA for 0888f25
gitlab3/__init__.py
@@ -1,12 +1,12 @@
1
"""
2
+gitlab3
3
+~~~~~~~
4
+
5
Python wrapper for GitLab API v3
-"""
6
-__title__ = "gitlab3"
-__version__ = "0.3.1"
7
-__author__ = "Alex Van't Hof"
8
-__license__ = "LGPLv3"
9
-__copyright__ = "Copyright 2013 Alex Van't Hof"
+:copyright: (c) 2013 by Alex Van't Hof.
+:license: LGPLv3, see LICENSE for more details.
+"""
10
11
12
import json
setup.py
@@ -7,7 +7,7 @@
setup(
name='gitlab3',
- version='0.3.1',
+ version='0.4.0',
license='LGPLv3',
description='GitLab API v3 Python Wrapper.',
13
long_description='A complete Python client/wrapper for GitLab API v3',
0 commit comments