From 93ee1efd4c3568d818959c484c5dc0b9838c6c9f Mon Sep 17 00:00:00 2001 From: MichalO Date: Wed, 1 Nov 2023 10:40:56 +0100 Subject: [PATCH] install_requires update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 97aa30b4..c0ddaa57 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='RFEM', - version='1.19.0', + version='1.19.1', description='Python Framework for RFEM6 Web Services', long_description=readme, long_description_content_type = "text/markdown",