We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b21a9 commit f4c0a1fCopy full SHA for f4c0a1f
2 files changed
README.rst
@@ -4,7 +4,7 @@ python-github2 - Github API v2 library for Python.
4
5
:Authors:
6
Ask Solem (askh@opera.com)
7
-:Version: 0.3.0
+:Version: 0.3.1
8
9
This is an experimental python library implementing all of the features
10
available in version 2 of the `Github API`_.
github2/__init__.py
@@ -1,5 +1,5 @@
1
"Github API v2 library for Python"
2
-VERSION = (0, 3, 0)
+VERSION = (0, 3, 1)
3
__author__ = "Ask Solem"
__contact__ = "askh@opera.com"
0 commit comments