diff --git a/geolib/__init__.py b/geolib/__init__.py index 8ba30a6a..952cf1a4 100644 --- a/geolib/__init__.py +++ b/geolib/__init__.py @@ -2,6 +2,6 @@ GEOLib Library """ -__version__ = "2.4.2" +__version__ = "2.5.0" from .models import * diff --git a/pyproject.toml b/pyproject.toml index 6737da20..11ee4bf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "d-geolib" -version = "2.4.2" +version = "2.5.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.4.2" +version = "2.5.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 a8d75a13..b1e8e613 100644 --- a/tests/test_geolib.py +++ b/tests/test_geolib.py @@ -4,7 +4,7 @@ from .context import geolib -version = "2.4.2" +version = "2.5.0" @pytest.mark.systemtest