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