Bumped version to 0.1.2

This commit is contained in:
Ask Solem
2010-04-27 16:31:29 +02:00
parent aee2d8b425
commit 03afc58f59
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ python-github2 - Github API v2 library for Python.
:Authors:
Ask Solem (askh@opera.com)
:Version: 0.1.1
:Version: 0.1.2
This is an experimental python library implementing all of the features
available in version 2 of the `Github API`_.
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION = (0, 1, 1)
VERSION = (0, 1, 2)
__doc__ = "Github API v2 library for Python"
__author__ = "Ask Solem"
__contact__ = "askh@opera.com"