Skip to content

Commit

Permalink
rel : migrate to version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Oct 17, 2024
1 parent 0ffec98 commit 3b6bb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functions_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
>>> _ = parser.add_argument('--version', help='version', nargs="?", const=1)
>>> args = parser.parse_args({"--version":True})
>>> run(args)
0.5
0.6
>>>
>>> args = parser.parse_args(["--method", 'v60'])
>>> run(args)
Expand Down

0 comments on commit 3b6bb88

Please sign in to comment.