diff --git a/fm2prof/__init__.py b/fm2prof/__init__.py index 404072c..92d8d67 100644 --- a/fm2prof/__init__.py +++ b/fm2prof/__init__.py @@ -1,3 +1,3 @@ -__version__ = "2.2.8" +__version__ = "2.3.0" from fm2prof.Fm2ProfRunner import Project diff --git a/pyproject.toml b/pyproject.toml index 2f8d543..86c2e01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fm2prof" -version = "2.2.8" +version = "2.3.0" description = "" authors = ["Koen Berends "] license = "GNU LGPL v3"