From 5ff82ef6a35942ec87f62f3bf6d5859f1d882475 Mon Sep 17 00:00:00 2001 From: Walter Gildersleeve Date: Sat, 30 Sep 2023 19:54:55 +0200 Subject: [PATCH] creating release version --- Integrations/ApiShell/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Integrations/ApiShell/pyproject.toml b/Integrations/ApiShell/pyproject.toml index e4d5daa..327df35 100644 --- a/Integrations/ApiShell/pyproject.toml +++ b/Integrations/ApiShell/pyproject.toml @@ -7,7 +7,7 @@ includes=["iriusrisk/"] [project] name = "iriusrisk_apishell_v1" -version = "0.1.7" +version = "0.2.0" authors = [ { name="Walter Gildersleeve", email="wgildersleeve@iriusrisk.com"}, ]