Skip to content

Commit 4af0ca0

Browse files
Ask SolemAsk Solem
authored andcommitted
Bumped version to 0.1.1
1 parent 373e5ea commit 4af0ca0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README

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.0
7+
:Version: 0.1.1
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, 0)
1+
VERSION = (0, 1, 1)
22
__doc__ = "Github API v2 library for Python"
33
__author__ = "Ask Solem"
44
__contact__ = "[email protected]"

0 commit comments

Comments
 (0)