From 5cb726943e5f5c44a20d368d37878800a5b14b92 Mon Sep 17 00:00:00 2001 From: Roel Huybrechts Date: Tue, 10 Oct 2023 15:03:26 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.0.0=20=E2=86=92=203.1.0?= 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 97a2e6f6..55d6014f 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__ = '3.0.0' +__version__ = '3.1.0' cache = pydov.util.caching.GzipTextFileCache() diff --git a/setup.cfg b/setup.cfg index a450dd4f..deecb6f9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.0 +current_version = 3.1.0 commit = True tag = True diff --git a/setup.py b/setup.py index b689a465..533d8c36 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name='pydov', - version='3.0.0', + version='3.1.0', description=("A Python package to download data from Databank Ondergrond " "Vlaanderen (DOV)."), long_description=readme,