From 9907a078a647d5a6b87bea9fee9efb2506e05af5 Mon Sep 17 00:00:00 2001 From: Xavier Cho Date: Sat, 17 Oct 2020 05:06:30 +0900 Subject: [PATCH] 0.4.2 Release A hotfix for the argument problem with ReactiveView.map/pipe. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 16cfe1d..6ff6da1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="alleycat-reactive", - version="0.4.1", + version="0.4.2", author="Xavier Cho", author_email="mysticfallband@gmail.com", description="A simple Python library to provide an API to implement the Reactive Object Pattern (ROP).",