Skip to content

Commit 9675b87

Browse files
committed
bump: version 2.4.1 → 2.4.2
1 parent d5661c3 commit 9675b87

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

geolib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
GEOLib Library
33
"""
44

5-
__version__ = "2.4.1"
5+
__version__ = "2.4.2"
66

77
from .models import *

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "d-geolib"
3-
version = "2.4.1"
3+
version = "2.4.2"
44
description = "Python wrappers around the input and output files of the Deltares D-Serie and D-GEO Suite models"
55
authors = ["Maarten Pronk <maarten.pronk@deltares.nl>", "Deltares"]
66
license = "MIT"
@@ -74,7 +74,7 @@ profile = "black"
7474

7575
[tool.commitizen]
7676
name = "cz_conventional_commits"
77-
version = "2.4.1"
77+
version = "2.4.2"
7878
tag_format = "v$major.$minor.$patch$prerelease"
7979
version_files = [
8080
"pyproject.toml:^version",

tests/test_geolib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from .context import geolib
66

7-
version = "2.4.1"
7+
version = "2.4.2"
88

99

1010
@pytest.mark.systemtest

0 commit comments

Comments
 (0)