From e3d76fc3ec3dd4f4c3b3a440ff9e771f06d63a39 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Sun, 28 Oct 2012 10:35:11 +0100 Subject: [PATCH] Publish version 1.8.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 04da7286..db1f1232 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ class test( Command ): setup( name = "PyGithub", - version = "1.8.0", + version = "1.8.1", description = "Use the full Github API v3", author = "Vincent Jacques", author_email = "vincent@vincent-jacques.net",