From 30b3b329854ce9bd9fff12e1cdbb8e9c3fc2cea8 Mon Sep 17 00:00:00 2001 From: MichalO Date: Tue, 4 Jun 2024 09:20:13 +0200 Subject: [PATCH] new version unit tests: 232 passed, 5 skipped in 591.84s (0:09:51) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a69a51c..3b37aca1 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='RFEM', - version='1.19.5', + version='1.20.0', description='Python Framework for RFEM6 Web Services', long_description=readme, long_description_content_type = "text/markdown",