From 8b92e626d20aff59ba7e38f5b042857b3672e547 Mon Sep 17 00:00:00 2001 From: Alex Nork Date: Wed, 18 Oct 2023 21:10:51 -0400 Subject: [PATCH] update project version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b33a4ba..67275c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mantium-client" -version = "0.1.6" +version = "0.1.7" license = "Apache-2.0" description = "Python client for the Mantium API" authors = ["Mantium "]