diff --git a/fm2prof/__init__.py b/fm2prof/__init__.py index 6ad8eeb9..1670cbe7 100644 --- a/fm2prof/__init__.py +++ b/fm2prof/__init__.py @@ -1,3 +1,3 @@ -__version__ = "2.2.5" +__version__ = "2.2.6" from fm2prof.Fm2ProfRunner import Project diff --git a/pyproject.toml b/pyproject.toml index 7e1ef0ee..e8117f93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] maintainers = ["Carles S. Soriano Perez "] @@ -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",