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', ],