From dd8ae74044f3f75df5af420a3e1ba4f4681d4220 Mon Sep 17 00:00:00 2001 From: Liam Collod Date: Sat, 10 Aug 2024 19:58:06 +0200 Subject: [PATCH] chore: upgrade version to 0.4.1 --- knots_hub/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"