diff --git a/pydov/__init__.py b/pydov/__init__.py index 01b1dbb9..9f4d818e 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.1' +__version__ = '2.2.2' cache = pydov.util.caching.GzipTextFileCache() diff --git a/setup.cfg b/setup.cfg index 49f31470..e4b75702 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.1 +current_version = 2.2.2 commit = True tag = True diff --git a/setup.py b/setup.py index 2e1d2db8..38444c89 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name='pydov', - version='2.2.1', + version='2.2.2', description=("A Python package to download data from Databank Ondergrond " "Vlaanderen (DOV)."), long_description=readme,