From 4275db2ad0e8855ffa1830de7f35fd6200403592 Mon Sep 17 00:00:00 2001 From: David Danier Date: Wed, 8 Mar 2023 14:03:42 +0100 Subject: [PATCH] Release 0.1.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e21362..2afd9f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "async-signals" -version = "0.1.4" +version = "0.1.5" description = "Async version of the Django signals class - for usage in for example FastAPI." authors = ["TEAM23 GmbH "] license = "BSD-3-Clause"