From 31a322ab119714d12fc5aee412ea0e1ea0fe9e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Michal?= <37547309+OndraMichal@users.noreply.github.com> Date: Thu, 4 Jul 2024 19:02:50 +0200 Subject: [PATCH] Update setup.py version updated --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d19176c..6d33fbd 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='RSTAB', - version='1.10.1', + version='1.10.2', description='Python Framework for RSTAB9 Web Services', long_description=readme, long_description_content_type = "text/markdown",