From 0a51c74b3d2015cbb537245245cf3633986310cc Mon Sep 17 00:00:00 2001 From: Xavier Cho Date: Tue, 8 Dec 2020 01:33:29 +0900 Subject: [PATCH] 0.4.4 Release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d2480dd..5b3128d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="alleycat-reactive", - version="0.4.3", + version="0.4.4", author="Xavier Cho", author_email="mysticfallband@gmail.com", description="A simple Python library to provide an API to implement the Reactive Object Pattern (ROP).",