From da50c5feddc16d2fa138cf6242bf5ff4cc152665 Mon Sep 17 00:00:00 2001 From: Chris Trevino Date: Mon, 1 Jul 2024 15:10:58 -0700 Subject: [PATCH] version bump --- 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 4335fdc6..059390a9 100644 --- a/python/reactivedataflow/pyproject.toml +++ b/python/reactivedataflow/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "reactivedataflow" -version = "0.1.7" +version = "0.1.8" description = "Reactive Dataflow Graphs" license = "MIT" authors = ["Chris Trevino "]