From 4af0ca091ebee82a247f8fe317bdaeba3b72a17d Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Sat, 18 Apr 2009 23:03:57 +0200 Subject: [PATCH] Bumped version to 0.1.1 --- README | 2 +- github2/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"