From 6f2f095a15bae4e33aeb342b36ae53affc9c59dd Mon Sep 17 00:00:00 2001 From: David Danier Date: Wed, 4 Dec 2024 10:43:25 +0100 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=94=96=20v0.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a86d4c..684fc49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "async-signals" -version = "0.1.8" +version = "0.2.0" description = "Async version of the Django signals class - for usage in for example FastAPI." authors = ["TEAM23 GmbH "] license = "BSD-3-Clause"