From d10b5f24946cce915a7688def73266bd80ce50b3 Mon Sep 17 00:00:00 2001 From: Herminio Vazquez Date: Fri, 21 Jun 2024 16:40:40 +0200 Subject: [PATCH] Release for archive v0.11.0 (#263) --- pyproject.toml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e470415f..0493612d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cuallee" -version = "0.10.5" +version = "0.11.0" authors = [ { name="Herminio Vazquez", email="canimus@gmail.com"}, { name="Virginie Grosboillot", email="vestalisvirginis@gmail.com" } diff --git a/setup.cfg b/setup.cfg index 568e2ba9..02f4c68f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] name = cuallee -version = 0.10.5 +version = 0.11.0 [options] packages = find: \ No newline at end of file