From fd2ddf752de6f527eab9f515294e0b692f470f5e Mon Sep 17 00:00:00 2001 From: Christophe-Marie Duquesne Date: Thu, 29 Jan 2015 23:28:45 +0100 Subject: [PATCH] Supporting python3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aa7e3c8..0cfb45f 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ # MAJOR for incompatible API changes, # MINOR for added functionality in a backwards-compatible manner # PATCH for backwards-compatible bug fixes. -RELEASE = "1.2.3" +RELEASE = "2.0.0" # Get the version from git, otherwise fall back to RELEASE try: