diff --git a/ciclo/__init__.py b/ciclo/__init__.py index 16762b6..1bbf7e6 100644 --- a/ciclo/__init__.py +++ b/ciclo/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.8" +__version__ = "0.1.9" from . import managed diff --git a/pyproject.toml b/pyproject.toml index e8afe70..fd2f963 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ciclo" -version = "0.1.8" +version = "0.1.9" description = "" authors = ["Cristian Garcia "] license = "MIT"