Skip to content

Commit 03afc58

Browse files
author
Ask Solem
committed
Bumped version to 0.1.2
1 parent aee2d8b commit 03afc58

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python-github2 - Github API v2 library for Python.
44

55
:Authors:
66
Ask Solem ([email protected])
7-
:Version: 0.1.1
7+
:Version: 0.1.2
88

99
This is an experimental python library implementing all of the features
1010
available in version 2 of the `Github API`_.

github2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 1, 1)
1+
VERSION = (0, 1, 2)
22
__doc__ = "Github API v2 library for Python"
33
__author__ = "Ask Solem"
44
__contact__ = "[email protected]"

0 commit comments

Comments
 (0)