From 866da0184b12d42c36994c807c41f060be789c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Michal?= <37547309+OndraMichal@users.noreply.github.com> Date: Mon, 25 Apr 2022 14:18:52 +0200 Subject: [PATCH] Setting proper version. Git deploy has apparently issues with patch versions. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5d4c536a..5b18e6ff 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='RFEM', - version='1.5.0', + version='1.6.0', description='Web Service&API project for RFEM', long_description=readme, long_description_content_type = "text/markdown",