diff --git a/setup.py b/setup.py index 700fd26..b276e2e 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = '0.1.1' +VERSION = '0.1.2' LONG_DESC = """\ A python wrapper to the USPS api, currently only supports address validation """