We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d4554 commit 87ce4c6Copy full SHA for 87ce4c6
src/python_inspector/resolve_cli.py
@@ -19,7 +19,7 @@
19
20
TRACE = False
21
22
-__version__ = "0.12.0"
+__version__ = "0.13.0"
23
24
DEFAULT_PYTHON_VERSION = "38"
25
PYPI_SIMPLE_URL = "https://pypi.org/simple"
tests/test_cli.py
@@ -432,7 +432,7 @@ def test_passing_of_json_pdt_and_json_flags():
432
def test_version_option():
433
options = ["--version"]
434
result = run_cli(options=options)
435
- assert "0.12.0" in result.output
+ assert "0.13.0" in result.output
436
437
438
def test_passing_of_netrc_file_that_does_not_exist():
0 commit comments