[build] bumping Python version

This commit is contained in:
Al
2015-12-15 00:58:11 -05:00
parent 33fdb912b6
commit bec43750d5

View File

@@ -69,7 +69,7 @@ class InstallWithDependencies(install):
def main():
setup(
name='pypostal',
version='0.1',
version='0.2',
install_requires=[
'six',
],