From a922319db0037babe9919a83b8b69efebcf942ea Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Tue, 20 Nov 2012 19:36:28 +0100 Subject: [PATCH] Publish version 1.9.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 79c9c382..e645e5d3 100755 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ class test( Command ): setup( name = "PyGithub", - version = "1.9.0", + version = "1.9.1", description = "Use the full Github API v3", author = "Vincent Jacques", author_email = "vincent@vincent-jacques.net",