From 2acfc3b14476d8f52433e07fc2931e15d4b28f97 Mon Sep 17 00:00:00 2001 From: Rob D'Aveta Date: Tue, 13 Aug 2024 10:34:38 -0400 Subject: [PATCH] version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aeec4be..a223ce6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "ppp-connectors" packages = [{ include = "ppp_connectors" }] -version = "0.1.7" +version = "0.1.8" description = "A simple, lightweight set of connectors and functions to various APIs, controlled by a central broker." authors = [ "Rob D'Aveta ",