diff --git a/README b/README index 062cd0d..972b029 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ python-github2 - Github API v2 library for Python. :Authors: Ask Solem (askh@opera.com) -:Version: 0.1.0 +:Version: 0.1.1 This is an experimental python library implementing all of the features available in version 2 of the `Github API`_. diff --git a/github2/__init__.py b/github2/__init__.py index 21e5ac5..b2cbbf6 100644 --- a/github2/__init__.py +++ b/github2/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 1, 0) +VERSION = (0, 1, 1) __doc__ = "Github API v2 library for Python" __author__ = "Ask Solem" __contact__ = "askh@opera.com"