Skip to content

Commit 693f1b1

Browse files
committed
Update version setting
1 parent 1d1fc6b commit 693f1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
help='[float] threshold probability')
3636
parser.add_argument('-a', '--ifaddition', action='store_true', default=False,
3737
help='add this flag for draw additional interactions')
38-
parser.add_argument("-v", "--version", action='version', version='%(prog)s 2.0')
38+
parser.add_argument("-v", "--version", action='version', version='%(prog)s 2.3')
3939
args = parser.parse_args()
4040

4141

0 commit comments

Comments
 (0)