From a01d494678da54a379280d5bfbe59fb86fba9df3 Mon Sep 17 00:00:00 2001 From: Chris Trevino Date: Fri, 28 Jun 2024 23:21:24 -0700 Subject: [PATCH] reactivedataflow 0.1.3 (#252) --- python/reactivedataflow/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/reactivedataflow/pyproject.toml b/python/reactivedataflow/pyproject.toml index 08040b0f..cdf89c62 100644 --- a/python/reactivedataflow/pyproject.toml +++ b/python/reactivedataflow/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "reactivedataflow" -version = "0.1.2" +version = "0.1.3" description = "Reactive Dataflow Graphs" license = "MIT" authors = ["Chris Trevino "]