From f006651933c22832d3fed013a02c5ed162394d23 Mon Sep 17 00:00:00 2001 From: Walter Austmann Date: Mon, 29 Jan 2024 11:29:35 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.2.0=20=E2=86=92=202.3.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 973c19c3..fc0f3ee9 100644 --- a/geolib/__init__.py +++ b/geolib/__init__.py @@ -2,7 +2,7 @@ GEOLib Library """ -__version__ = "2.2.0" +__version__ = "2.3.0" from . import utils from .models import * diff --git a/pyproject.toml b/pyproject.toml index 44bce6dc..0f3b617d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "d-geolib" -version = "2.2.0" +version = "2.3.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.2.0" +version = "2.3.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 d1b918ec..1906eb5a 100644 --- a/tests/test_geolib.py +++ b/tests/test_geolib.py @@ -4,7 +4,7 @@ from .context import geolib -version = "2.2.0" +version = "2.3.0" @pytest.mark.systemtest