Skip to content

Commit 57bcc13

Browse files
author
Carlos Lubbers
committed
bump: version 1.3.2 → 1.3.3
1 parent dfbf470 commit 57bcc13

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,7 +2,7 @@
22
GEOLib Library
33
"""
44

5-
__version__ = "1.3.2"
5+
__version__ = "1.3.3"
66

77
from . import utils
88
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 = "1.3.2"
3+
version = "1.3.3"
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 = "1.3.2"
77+
version = "1.3.3"
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 = "1.3.2"
7+
version = "1.3.3"
88

99

1010
@pytest.mark.systemtest

0 commit comments

Comments
 (0)