From 59a39b185f24bfa6303120a0ba65dabcdb01c601 Mon Sep 17 00:00:00 2001 From: Luca Sbardella Date: Sat, 15 Oct 2022 15:54:41 +0100 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 c0cb186..9e9d571 100644 --- a/fluid/__init__.py +++ b/fluid/__init__.py @@ -1,2 +1,2 @@ """Reusable server side python modules""" -__version__ = "0.4.7" +__version__ = "0.4.8" diff --git a/pyproject.toml b/pyproject.toml index 20c292e..caa035e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aio-fluid" -version = "0.4.7" +version = "0.4.8" description = "Tools for backend python services" license = "BSD" authors = ["Luca "]