From bc9896f82dfae7a99ee1596ca61dfbfa9e5fb629 Mon Sep 17 00:00:00 2001 From: vetsin Date: Tue, 16 Jul 2024 00:29:51 +0000 Subject: [PATCH] Automatic version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa196a9..5828938 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysnc" -version = "1.1.7" +version = "1.1.8a0" description = "Python SNC (REST) API" authors = ["Matthew Gill "] license = "MIT"