From 526b39e6baf9d9824c9631a1f08669c14e78518b Mon Sep 17 00:00:00 2001 From: Xavier Cho Date: Mon, 9 Nov 2020 14:54:49 +0900 Subject: [PATCH] 0.4.3 Release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7fdd985..d2480dd 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="alleycat-reactive", - version="0.4.2", + version="0.4.3", author="Xavier Cho", author_email="mysticfallband@gmail.com", description="A simple Python library to provide an API to implement the Reactive Object Pattern (ROP).",