From 4400a24872e52ee488067a7d0d8522ca3764b4e5 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Tue, 25 Dec 2012 13:16:10 +0100 Subject: [PATCH] Publish version 1.10.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e2743eab..438f483a 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import textwrap setuptools.setup( name="PyGithub", - version="1.9.1", + version="1.10.0", description="Use the full Github API v3", author="Vincent Jacques", author_email="vincent@vincent-jacques.net",