From 6068b8d20913277c04271e11a6da15e5b0242c66 Mon Sep 17 00:00:00 2001 From: cheginit Date: Wed, 15 Jul 2020 04:07:11 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pygeoogc/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pygeoogc/__init__.py b/pygeoogc/__init__.py index 73c1463..f4fdfdc 100644 --- a/pygeoogc/__init__.py +++ b/pygeoogc/__init__.py @@ -6,4 +6,4 @@ __author__ = """Taher Chegini""" __email__ = "cheginit@gmail.com" -__version__ = "0.1.0" +__version__ = "0.1.1" diff --git a/setup.cfg b/setup.cfg index 6ed8b17..a79dbcb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = True diff --git a/setup.py b/setup.py index 68a8517..2e51a33 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def parse_requirements(req): long_description = f.read() setup( - version="0.1.0", + version="0.1.1", long_description=long_description, long_description_content_type="text/x-rst", install_requires=parse_requirements("requirements.txt"),