From ed026a417ab9a0a19c2f079475c1185fee42809c Mon Sep 17 00:00:00 2001 From: David Grant Date: Tue, 16 Jun 2015 15:12:23 -0700 Subject: [PATCH] update to 0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index abc7ce0..b2458c0 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ """ from distutils.core import setup -VERSION = '0.2' +VERSION = '0.3' setup( name='pycommon', packages=['pycommon'],