Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaleezyy committed Jul 9, 2024
1 parent da502da commit 7ee52fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/signal_postprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion signalexe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7ee52fc

Please sign in to comment.