From e7de2f00539140a03a8fdd6528605fa4a17e9e4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janusz=20=22Ivellios=22=20Kamie=C5=84ski?= Date: Thu, 10 Oct 2024 19:27:13 +0200 Subject: [PATCH] bumped the package version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45324c0..7333eae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-unified-signals" -version = "0.2.0" +version = "0.2.1" description = "Django Signals extension for unifying data passed to receivers." authors = ["Janusz Kamieński <200957+ivellios@users.noreply.github.com>"] license = "MIT"