From bf1e3b588b2a91afcabb64d5d28476bdbf074912 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Sat, 4 Aug 2012 08:05:57 +0200 Subject: [PATCH] Publish version 1.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fb3a3c3c..f6a11679 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ import textwrap setup( name = "PyGithub", - version = "1.3", + version = "1.4", description = "Use the full Github API v3", author = "Vincent Jacques", author_email = "vincent@vincent-jacques.net",