From 60ceee16007548151bdd99203c4ff36e78749788 Mon Sep 17 00:00:00 2001 From: Roel Huybrechts Date: Thu, 27 Oct 2022 14:26:13 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.2.0=20=E2=86=92=202.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pydov/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pydov/__init__.py b/pydov/__init__.py index 94bb6a00..01b1dbb9 100644 --- a/pydov/__init__.py +++ b/pydov/__init__.py @@ -4,7 +4,7 @@ from pydov.util.net import SessionFactory, proxy_autoconfiguration __author__ = """DOV-Vlaanderen""" -__version__ = '2.2.0' +__version__ = '2.2.1' cache = pydov.util.caching.GzipTextFileCache() diff --git a/setup.cfg b/setup.cfg index 05880965..49f31470 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.0 +current_version = 2.2.1 commit = True tag = True diff --git a/setup.py b/setup.py index 1796fd3a..2e1d2db8 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name='pydov', - version='2.2.0', + version='2.2.1', description=("A Python package to download data from Databank Ondergrond " "Vlaanderen (DOV)."), long_description=readme,