From 03afc58f59b0023a0a9c880387b0487b9010ca98 Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Tue, 27 Apr 2010 16:31:29 +0200 Subject: [PATCH] Bumped version to 0.1.2 --- README.rst | 2 +- github2/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b48a41a..96f86e3 100644 --- a/README.rst +++ b/README.rst @@ -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`_. diff --git a/github2/__init__.py b/github2/__init__.py index 39f8b86..5f42439 100644 --- a/github2/__init__.py +++ b/github2/__init__.py @@ -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"