Skip to content

Commit c4afa44

Browse files
committed
Remove bugtrack_url from setup, bump version
1 parent 4ac7a30 commit c4afa44

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

gitlab3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44

55
__title__ = "gitlab3"
6-
__version__ = "0.3.0"
6+
__version__ = "0.3.1"
77
__author__ = "Alex Van't Hof"
88
__license__ = "LGPLv3"
99
__copyright__ = "Copyright 2013 Alex Van't Hof"

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='gitlab3',
10-
version='0.3.0',
10+
version='0.3.1',
1111
license='LGPLv3',
1212
description='GitLab API v3 Python Wrapper.',
1313
long_description='A complete Python client/wrapper for GitLab API v3',
@@ -16,6 +16,5 @@
1616
author_email='alexvh@cs.columbia.edu',
1717
install_requires=['requests'],
1818
url='http://github.com/alexvh/python-gitlab3',
19-
bugtrack_url='http://github.com/alexvh/python-gitlab3/issues',
2019
keywords='gitlab api client wrapper',
2120
)

0 commit comments

Comments
 (0)