From 1854850c1d1929cbcf848305279ca910f3084f60 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 24 Aug 2023 16:31:21 +0000 Subject: [PATCH] Update version to 0.1.9 --- ciclo/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"