Skip to content

Commit

Permalink
Update version setting
Browse files Browse the repository at this point in the history
  • Loading branch information
NYXFLOWER committed Feb 10, 2020
1 parent 1d1fc6b commit 693f1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
help='[float] threshold probability')
parser.add_argument('-a', '--ifaddition', action='store_true', default=False,
help='add this flag for draw additional interactions')
parser.add_argument("-v", "--version", action='version', version='%(prog)s 2.0')
parser.add_argument("-v", "--version", action='version', version='%(prog)s 2.3')
args = parser.parse_args()


Expand Down

0 comments on commit 693f1b1

Please sign in to comment.