Skip to content

Commit

Permalink
bump: version 1.2.0 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Lubbers committed Aug 21, 2023
1 parent 9635bc6 commit fce4964
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,7 +2,7 @@
GEOLib Library
"""

__version__ = "1.2.0"
__version__ = "1.3.0"

from . import utils
from .models import *
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 = "1.2.0"
version = "1.3.0"
description = "Python wrappers around the input and output files of the Deltares D-Serie and D-GEO Suite models"
authors = ["Maarten Pronk <maarten.pronk@deltares.nl>", "Deltares"]
license = "MIT"
Expand Down Expand Up @@ -74,7 +74,7 @@ profile = "black"

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.2.0"
version = "1.3.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 = "1.2.0"
version = "1.3.0"


@pytest.mark.systemtest
Expand Down

0 comments on commit fce4964

Please sign in to comment.