From 1322c3ac19542d0bc9410c4c887c3e68567ccafb Mon Sep 17 00:00:00 2001 From: gwct Date: Thu, 27 Apr 2023 10:02:40 -0400 Subject: [PATCH] just updating the version string --- degenotate_lib/params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/degenotate_lib/params.py b/degenotate_lib/params.py index 8748332..0451d8a 100644 --- a/degenotate_lib/params.py +++ b/degenotate_lib/params.py @@ -26,7 +26,7 @@ def __setitem__(self, key, value): def init(): globs_init = { - 'version' : '1.1.3', + 'version' : '1.2.0', 'releasedate' : "April 2023", 'authors' : "Timothy Sackton, Gregg Thomas", 'doi' : '',