From 2c2b7202eacc2e1ecbe7b2302d1f44914387c0ee Mon Sep 17 00:00:00 2001 From: "matthew.gill" Date: Thu, 27 Apr 2023 14:08:34 -0700 Subject: [PATCH] ready the 1.1.3 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d26d306..8bb0642 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysnc" -version = "1.1.2" +version = "1.1.3" description = "Python SNC (REST) API" authors = ["Matthew Gill "] license = "MIT"