1 parent aee2d8b commit 03afc58Copy full SHA for 03afc58
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.1
+:Version: 0.1.2
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, 1)
+VERSION = (0, 1, 2)
2
__doc__ = "Github API v2 library for Python"
3
__author__ = "Ask Solem"
__contact__ = "askh@opera.com"
0 commit comments