Skip to content

Commit

Permalink
update version number in output
Browse files Browse the repository at this point in the history
  • Loading branch information
jaleezyy authored Mar 27, 2023
1 parent fcd04c6 commit 8dc9b7d
Showing 1 changed file with 1 addition and 1 deletion.
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.0"
short_git_id = "v1.6.1"

# 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

0 comments on commit 8dc9b7d

Please sign in to comment.