Skip to content

Commit

Permalink
bump: version 2.3.0 → 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wfaustmann committed Aug 15, 2024
1 parent 6bd75fc commit 4c168b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion geolib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
GEOLib Library
"""

__version__ = "2.3.0"
__version__ = "2.4.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "d-geolib"
version = "2.3.0"
version = "2.4.0"
description = "Python wrappers around the input and output files of the Deltares D-Serie and D-GEO Suite models"
authors = ["Maarten Pronk <[email protected]>", "Deltares"]
license = "MIT"
Expand Down Expand Up @@ -74,7 +74,7 @@ profile = "black"

[tool.commitizen]
name = "cz_conventional_commits"
version = "2.3.0"
version = "2.4.0"
tag_format = "v$major.$minor.$patch$prerelease"
version_files = [
"pyproject.toml:^version",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_geolib.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from .context import geolib

version = "2.3.0"
version = "2.4.0"


@pytest.mark.systemtest
Expand Down

0 comments on commit 4c168b3

Please sign in to comment.