Skip to content

Commit 0888f25

Browse files
committed
Bump version to 0.4.0
1 parent 333177c commit 0888f25

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

gitlab3/__init__.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
"""
2+
gitlab3
3+
~~~~~~~
4+
25
Python wrapper for GitLab API v3
3-
"""
46
5-
__title__ = "gitlab3"
6-
__version__ = "0.3.1"
7-
__author__ = "Alex Van't Hof"
8-
__license__ = "LGPLv3"
9-
__copyright__ = "Copyright 2013 Alex Van't Hof"
7+
:copyright: (c) 2013 by Alex Van't Hof.
8+
:license: LGPLv3, see LICENSE for more details.
9+
"""
1010

1111

1212
import json

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='gitlab3',
10-
version='0.3.1',
10+
version='0.4.0',
1111
license='LGPLv3',
1212
description='GitLab API v3 Python Wrapper.',
1313
long_description='A complete Python client/wrapper for GitLab API v3',

0 commit comments

Comments
 (0)