From 50bdc3aa283a51a35f6dcf2ca8d298ec51b5b834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Ociepka?= Date: Fri, 25 Dec 2015 10:56:48 +0100 Subject: [PATCH] :arrow_up: version bumping to 1.0.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index abcdaf9..e86091e 100755 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def run(self): author_email='hello@mirumee.com', description='Address validation helpers for Google\'s i18n address database', # noqa license='BSD', - version='1.0.3', + version='1.0.4', url='https://github.com/mirumee/google-i18n-address', packages=find_packages(), include_package_data=True,