From 48311ae70c5f82381dfe62181d14dd6cc3d9bd5c Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Thu, 4 Jan 2024 19:31:59 -0500 Subject: [PATCH] [Minor] Bump Version String for internal --- config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/__init__.py b/config/__init__.py index 5dfb0d24..7d4aa43f 100644 --- a/config/__init__.py +++ b/config/__init__.py @@ -54,7 +54,7 @@ appcmdname = 'EDMC' # # Major.Minor.Patch(-prerelease)(+buildmetadata) # NB: Do *not* import this, use the functions appversion() and appversion_nobuild() -_static_appversion = '5.10.1' +_static_appversion = '5.10.2-alpha0' _cached_version: semantic_version.Version | None = None copyright = '© 2015-2019 Jonathan Harris, 2020-2024 EDCD'