From 41e78ab42833e11c6b47f7c4ae6c3c1451b9a9bd Mon Sep 17 00:00:00 2001 From: tomio13 Date: Fri, 24 Nov 2023 10:37:43 +0100 Subject: [PATCH] sync version to git --- python/rdm_modules/project_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/rdm_modules/project_config.py b/python/rdm_modules/project_config.py index 6a93f78..7b18d3d 100644 --- a/python/rdm_modules/project_config.py +++ b/python/rdm_modules/project_config.py @@ -41,7 +41,7 @@ def get_default_config() -> dict: return value a dict containing the configuration parameters. """ - version = 0.40 + version = 0.90 if os.name == 'posix': home_dir = os.getenv('HOME')