We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac7a30 commit c4afa44Copy full SHA for c4afa44
gitlab3/__init__.py
@@ -3,7 +3,7 @@
3
"""
4
5
__title__ = "gitlab3"
6
-__version__ = "0.3.0"
+__version__ = "0.3.1"
7
__author__ = "Alex Van't Hof"
8
__license__ = "LGPLv3"
9
__copyright__ = "Copyright 2013 Alex Van't Hof"
setup.py
@@ -7,7 +7,7 @@
setup(
name='gitlab3',
10
- version='0.3.0',
+ version='0.3.1',
11
license='LGPLv3',
12
description='GitLab API v3 Python Wrapper.',
13
long_description='A complete Python client/wrapper for GitLab API v3',
@@ -16,6 +16,5 @@
16
author_email='alexvh@cs.columbia.edu',
17
install_requires=['requests'],
18
url='http://github.com/alexvh/python-gitlab3',
19
- bugtrack_url='http://github.com/alexvh/python-gitlab3/issues',
20
keywords='gitlab api client wrapper',
21
)
0 commit comments