Skip to content

Commit f4c0a1f

Browse files
committed
Bumped version to 0.3.1.
1 parent c2b21a9 commit f4c0a1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python-github2 - Github API v2 library for Python.
44

55
:Authors:
66
Ask Solem (askh@opera.com)
7-
:Version: 0.3.0
7+
:Version: 0.3.1
88

99
This is an experimental python library implementing all of the features
1010
available in version 2 of the `Github API`_.

github2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"Github API v2 library for Python"
2-
VERSION = (0, 3, 0)
2+
VERSION = (0, 3, 1)
33

44
__author__ = "Ask Solem"
55
__contact__ = "askh@opera.com"

0 commit comments

Comments
 (0)