From 130234d4f657f4795f2f402e057eab5dddbcc7cb Mon Sep 17 00:00:00 2001 From: Walter Austmann Date: Fri, 22 Dec 2023 11:05:51 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.1.0=20=E2=86=92=202.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- geolib/__init__.py | 2 +- pyproject.toml | 4 ++-- tests/test_geolib.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/geolib/__init__.py b/geolib/__init__.py index c3960684..973c19c3 100644 --- a/geolib/__init__.py +++ b/geolib/__init__.py @@ -2,7 +2,7 @@ GEOLib Library """ -__version__ = "2.1.0" +__version__ = "2.2.0" from . import utils from .models import * diff --git a/pyproject.toml b/pyproject.toml index 64d94824..44bce6dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "d-geolib" -version = "2.1.0" +version = "2.2.0" description = "Python wrappers around the input and output files of the Deltares D-Serie and D-GEO Suite models" authors = ["Maarten Pronk ", "Deltares"] license = "MIT" @@ -74,7 +74,7 @@ profile = "black" [tool.commitizen] name = "cz_conventional_commits" -version = "2.1.0" +version = "2.2.0" tag_format = "v$major.$minor.$patch$prerelease" version_files = [ "pyproject.toml:^version", diff --git a/tests/test_geolib.py b/tests/test_geolib.py index 46b391f3..d1b918ec 100644 --- a/tests/test_geolib.py +++ b/tests/test_geolib.py @@ -4,7 +4,7 @@ from .context import geolib -version = "2.1.0" +version = "2.2.0" @pytest.mark.systemtest