From 37d5c9854041bdc0e4aa9bc44305a24cc3e6c948 Mon Sep 17 00:00:00 2001 From: Luca Date: Sun, 24 Nov 2024 14:42:49 +0000 Subject: [PATCH] release --- fluid/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fluid/__init__.py b/fluid/__init__.py index eef6615..06cee10 100644 --- a/fluid/__init__.py +++ b/fluid/__init__.py @@ -1,3 +1,3 @@ """Reusable server side python modules""" -__version__ = "1.2.0" +__version__ = "1.2.1" diff --git a/pyproject.toml b/pyproject.toml index 8d06145..f937d6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aio-fluid" -version = "1.2.0" +version = "1.2.1" description = "Tools for backend python services" license = "BSD" authors = ["Luca "]