diff --git a/pyproject.toml b/pyproject.toml index 384c3f0..9d936fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "recap" -version = "0.1.5" +version = "0.1.6" description = "Reproducible configurations for any project" authors = ["Georg Wölflein "] license = "Apache-2.0" diff --git a/recap/__version__.py b/recap/__version__.py index 1276d02..0a8da88 100644 --- a/recap/__version__.py +++ b/recap/__version__.py @@ -1 +1 @@ -__version__ = "0.1.5" +__version__ = "0.1.6"