From bec43750d5fcbaa549c5a177fa8fb933bc291c05 Mon Sep 17 00:00:00 2001 From: Al Date: Tue, 15 Dec 2015 00:58:11 -0500 Subject: [PATCH] [build] bumping Python version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c6b0bc4..3dec3f37 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ class InstallWithDependencies(install): def main(): setup( name='pypostal', - version='0.1', + version='0.2', install_requires=[ 'six', ],