From df5a86f9d37974d270e326df2878c8c0b5eb8480 Mon Sep 17 00:00:00 2001 From: Herminio Vazquez Date: Sun, 14 Jul 2024 12:21:06 +0200 Subject: [PATCH] Bump version for fix in validation --- 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 793fd15..3fda1d9 100644 --- a/cuallee/__init__.py +++ b/cuallee/__init__.py @@ -12,7 +12,7 @@ from toolz.curried import map as map_curried logger = logging.getLogger("cuallee") -__version__ = "0.13.0" +__version__ = "0.13.1" # Verify Libraries Available # ========================== try: diff --git a/pyproject.toml b/pyproject.toml index e42301a..cd81e7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cuallee" -version = "0.13.0" +version = "0.13.1" authors = [ { name="Herminio Vazquez", email="canimus@gmail.com"}, { name="Virginie Grosboillot", email="vestalisvirginis@gmail.com" } diff --git a/setup.cfg b/setup.cfg index 53a54ec..00677ad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = cuallee -version = 0.13.0 +version = 0.13.1 [options] packages = find: include_package_data = True \ No newline at end of file