diff --git a/knots_hub/__init__.py b/knots_hub/__init__.py index 3db06c2..b9f2ef8 100644 --- a/knots_hub/__init__.py +++ b/knots_hub/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.4.0" # XXX: keep in sync with pyproject.toml +__version__ = "0.4.1" # XXX: keep in sync with pyproject.toml __all__ = [ "constants", "Environ", diff --git a/pyproject.toml b/pyproject.toml index 4ea0fbe..a4c28d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "knots-hub" -version = "0.4.0" # XXX: keep in sync with __init__.py +version = "0.4.1" # XXX: keep in sync with __init__.py description = "Entry point tool to access Knots pipeline." authors = ["Liam Collod "] readme = "./README.md"