From 6dfa63bfa54ceb8eb3071ce1362f9a6de266bd32 Mon Sep 17 00:00:00 2001 From: David Medina Date: Wed, 4 Apr 2012 00:13:21 +0200 Subject: :sparkles: Release 0.3 :sparkles: - Gists service completed - Fix bugs --- pygithub3/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pygithub3') diff --git a/pygithub3/__init__.py b/pygithub3/__init__.py index f60479e..9a626f3 100644 --- a/pygithub3/__init__.py +++ b/pygithub3/__init__.py @@ -2,7 +2,7 @@ # -*- encoding: utf-8 -*- __title__ = 'pygithub3' -__version__ = '0.2' +__version__ = '0.3' __author__ = 'David Medina' __email__ = 'davidmedina9@gmail.com' __license__ = 'ISC' -- cgit v1.2.3-59-g8ed1b