From bc57f0f812669fb183051d46c39830fbeb72b604 Mon Sep 17 00:00:00 2001 From: vetsin Date: Fri, 11 Oct 2024 19:29:27 +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 3d87bf4..1a44227 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysnc" -version = "1.1.9a0" +version = "1.1.9a1" description = "Python SNC (REST) API" authors = ["Matthew Gill "] license = "MIT"