From 26d09158ec52697e8e5e8d4cb6ab4b0c88afd031 Mon Sep 17 00:00:00 2001
From: kienle <kienle@passcal.nmt.edu>
Date: Thu, 5 Oct 2023 13:36:37 -0600
Subject: [PATCH] Moved software version constant to top

---
 sohstationviewer/conf/constants.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sohstationviewer/conf/constants.py b/sohstationviewer/conf/constants.py
index 8cc5328ef..2c144ed3e 100644
--- a/sohstationviewer/conf/constants.py
+++ b/sohstationviewer/conf/constants.py
@@ -1,5 +1,8 @@
 from typing import Literal
 
+# The current version of SOHStationViewer
+SOFTWARE_VERSION = '2023.1.0.0'
+
 # waveform pattern
 WF_1ST = 'A-HLM-V'
 WF_2ND = 'HLN'
@@ -57,9 +60,6 @@ CONFIG_PATH = 'sohstationviewer/conf/read_settings.ini'
 # dpi in dialog
 IMG_FORMAT = ['PNG', 'PDF', 'EPS', 'SVG']
 
-# The current version of SOHStationViewer
-SOFTWARE_VERSION = '2023.1.0.0'
-
 # ================================================================= #
 #                      PLOTTING CONSTANT
 # ================================================================= #
-- 
GitLab