From 2b793002b039ed3e7adcc9e40d6de5af384fbd6c Mon Sep 17 00:00:00 2001 From: Carlos Lubbers Date: Tue, 14 Nov 2023 16:16:27 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.3.3=20=E2=86=92=202.0.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 ca9d6a34..19bd58a3 100644 --- a/geolib/__init__.py +++ b/geolib/__init__.py @@ -2,7 +2,7 @@ GEOLib Library """ -__version__ = "1.3.3" +__version__ = "2.0.0" from . import utils from .models import * diff --git a/pyproject.toml b/pyproject.toml index ff4e5a67..ff08867f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "d-geolib" -version = "1.3.3" +version = "2.0.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 = "1.3.3" +version = "2.0.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 c957345a..0f99dbfa 100644 --- a/tests/test_geolib.py +++ b/tests/test_geolib.py @@ -4,7 +4,7 @@ from .context import geolib -version = "1.3.3" +version = "2.0.0" @pytest.mark.systemtest