We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5bb795 commit 96b0a41Copy full SHA for 96b0a41
2 files changed
README.rst
@@ -4,7 +4,7 @@ github2 - Github API v2 library for Python.
4
5
:Authors:
6
Ask Solem (askh@opera.com)
7
-:Version: 0.4.0
+:Version: 0.4.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, 4, 0)
+VERSION = (0, 4, 1)
3
__author__ = "Ask Solem"
__contact__ = "askh@opera.com"
0 commit comments