diff --git a/scripts/signal_postprocess.py b/scripts/signal_postprocess.py index fee7893..398ad3a 100755 --- a/scripts/signal_postprocess.py +++ b/scripts/signal_postprocess.py @@ -17,7 +17,7 @@ assert long_git_id.startswith('$Id: ') #short_git_id = long_git_id[5:12] -short_git_id = "v1.6.6" +short_git_id = "v1.6.7" # Suppresses matplotlib warning (https://github.com/jaleezyy/covid-19-signal/issues/59) # Creates a small memory leak, but it's nontrivial to fix, and won't be a practical concern! diff --git a/signalexe.py b/signalexe.py index 4592ee4..fc25e4c 100755 --- a/signalexe.py +++ b/signalexe.py @@ -278,7 +278,7 @@ def install_signal(frontend, data='data', unlock=False): # note: add root_dir to determine the root directory of SIGNAL script_path = os.path.join(os.path.abspath(sys.argv[0]).rsplit("/",1)[0]) args, allowed = create_parser() - version = 'v1.6.6' + version = 'v1.6.7' alt_options = [] if args.version: