From 1643a8830c8e7f5fd85636ce22c5d364b871f75c Mon Sep 17 00:00:00 2001 From: Wolfgang Fahl Date: Sun, 20 Sep 2020 18:53:21 +0200 Subject: [PATCH] prepares release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 24e9aab..6e376c7 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ long_description = open('../../README.md').read() setup(name='geograpy3', - version='0.1.11', + version='0.1.12', description='Extract countries, regions and cities from a URL or text', long_description=long_description, long_description_content_type='text/markdown',