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