From 39491f1c37bc245cb192779dce6eb8f253f95ff2 Mon Sep 17 00:00:00 2001 From: Dogukan Karatas <61163577+dogukankaratas@users.noreply.github.com> Date: Mon, 20 Jun 2022 09:24:36 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0b811a30..ee5ba2ef 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='RFEM', - version='1.9.0', + version='1.10.0', description='Python Framework for RFEM6 Web Services', long_description=readme, long_description_content_type = "text/markdown",