From 84c7e55f191e3a5b8dbc26e9a252928425c3c6fb Mon Sep 17 00:00:00 2001 From: Rob D'Aveta Date: Tue, 17 Sep 2024 15:36:18 -0400 Subject: [PATCH] version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ebe1d17..e3686f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "ppp-connectors" packages = [{ include = "ppp_connectors" }] -version = "0.2.0" +version = "0.2.1" description = "A simple, lightweight set of connectors and functions to various APIs, controlled by a central broker." authors = [ "Rob D'Aveta ",