We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b74a2 commit 210b2acCopy full SHA for 210b2ac
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.1.2
+:Version: 0.1.3
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,4 +1,4 @@
1
-VERSION = (0, 1, 2)
+VERSION = (0, 1, 3)
2
__doc__ = "Github API v2 library for Python"
3
__author__ = "Ask Solem"
__contact__ = "askh@opera.com"
0 commit comments