From da620ddaa875676f87e818fbd8c870da3243de8e Mon Sep 17 00:00:00 2001 From: Jason Paryani Date: Mon, 12 Aug 2013 13:17:16 -0700 Subject: [PATCH] Finally get setup.py working with pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3d3072b..5f19741 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ import os MAJOR = 0 MINOR = 2 -MICRO = 5 +MICRO = 7 VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)