File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
GEOLib Library
3
3
"""
4
4
5
- __version__ = "1.3.2 "
5
+ __version__ = "1.3.3 "
6
6
7
7
from . import utils
8
8
from .models import *
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " d-geolib"
3
- version = " 1.3.2 "
3
+ version = " 1.3.3 "
4
4
description = " Python wrappers around the input and output files of the Deltares D-Serie and D-GEO Suite models"
5
5
authors = [" Maarten Pronk <maarten.pronk@deltares.nl>" , " Deltares" ]
6
6
license = " MIT"
@@ -74,7 +74,7 @@ profile = "black"
74
74
75
75
[tool .commitizen ]
76
76
name = " cz_conventional_commits"
77
- version = " 1.3.2 "
77
+ version = " 1.3.3 "
78
78
tag_format = " v$major.$minor.$patch$prerelease"
79
79
version_files = [
80
80
" pyproject.toml:^version" ,
Original file line number Diff line number Diff line change 4
4
5
5
from .context import geolib
6
6
7
- version = "1.3.2 "
7
+ version = "1.3.3 "
8
8
9
9
10
10
@pytest .mark .systemtest
You can’t perform that action at this time.
0 commit comments