From 053299eb93f2cafa640cd50bf998915fff3ffc5b Mon Sep 17 00:00:00 2001 From: Herminio Vazquez Date: Sat, 16 Nov 2024 00:23:14 +0100 Subject: [PATCH] Added new version --- cuallee/__init__.py | 2 +- pyproject.toml | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cuallee/__init__.py b/cuallee/__init__.py index 505c852..2691212 100644 --- a/cuallee/__init__.py +++ b/cuallee/__init__.py @@ -13,7 +13,7 @@ from toolz.curried import map as map_curried logger = logging.getLogger("cuallee") -__version__ = "0.15.0" +__version__ = "0.15.1" class CustomComputeException(Exception): diff --git a/pyproject.toml b/pyproject.toml index a047596..bf8f7be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cuallee" -version = "0.15.0" +version = "0.15.1" authors = [ { name="Herminio Vazquez", email="canimus@gmail.com"}, diff --git a/setup.cfg b/setup.cfg index 3410215..63dacb3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = cuallee -version = 0.15.0 +version = 0.15.1 [options] packages = find: include_package_data = True