From bf9f08546a391e1ca10ce11a8bedb503fb7a933f Mon Sep 17 00:00:00 2001 From: maxusmusti Date: Sun, 17 Oct 2021 07:02:48 -0400 Subject: [PATCH] Bug fix update 0.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11cc5f2..ede89e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "state-signals" -version = "0.2.1" +version = "0.2.2" description = "Package for easy management of state/event signal publishing, subscribing, and responding" license = "GPL-3.0-only"