Skip to content

Commit cbc464e

Browse files
committed
adding updated vars for 1.0.5
1 parent e1351cd commit cbc464e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/CODE/dtiQA_v7/vars.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ def __init__(self):
5151

5252
# Define versioning and creation date
5353

54-
self.VERSION = '1.0.5dev'
55-
self.CREATION_DATE = 'January 22, 2020'
54+
self.VERSION = '1.0.5'
55+
self.CREATION_DATE = 'February 5, 2021'
5656

5757
# Define instance of SharedVars class that will be accessible to (and editable by) other modules
5858

0 commit comments

Comments
 (0)