Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jaleezyy authored Mar 27, 2023
1 parent f7e031a commit fcd04c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signalexe.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def install_signal(frontend, data='data'):
# 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.0'
version = 'v1.6.1'
alt_options = []

if args.version:
Expand Down

0 comments on commit fcd04c6

Please sign in to comment.