Skip to content

Commit

Permalink
v2.2.5 -> v2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kdberends committed Oct 1, 2023
1 parent c16be68 commit 6ee3465
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fm2prof/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "2.2.5"
__version__ = "2.2.6"

from fm2prof.Fm2ProfRunner import Project
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 = "fm2prof"
version = "2.2.5"
version = "2.2.6"
description = "Package use to reduce Delft3D FM models from 2D models to 1D models"
authors = ["K.D. Berends <koen.berends@deltares.nl>"]
maintainers = ["Carles S. Soriano Perez <carles.sorianoperez@deltares.nl>"]
Expand Down Expand Up @@ -54,7 +54,7 @@ fm2prof="fm2prof.cli:main"
name = "cz_conventional_commits"
changelog_file = "docs/CHANGELOG.rst"
update_changelog_on_bump = true
version = "2.2.5"
version = "2.2.6"
tag_format = "v$major.$minor.$patch"
version_files = [
"fm2prof/__init__.py",
Expand Down

0 comments on commit 6ee3465

Please sign in to comment.