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 cdffbf5 commit f3f4bafCopy full SHA for f3f4baf
src/python_inspector/resolve_cli.py
@@ -20,7 +20,7 @@
20
21
TRACE = False
22
23
-__version__ = "0.14.0"
+__version__ = "0.14.3"
24
25
DEFAULT_PYTHON_VERSION = settings.DEFAULT_PYTHON_VERSION
26
PYPI_SIMPLE_URL = settings.PYPI_SIMPLE_URL
tests/test_cli.py
@@ -533,7 +533,7 @@ def test_passing_of_json_pdt_and_json_flags():
533
def test_version_option():
534
options = ["--version"]
535
rc, stdout, stderr = run_cli(options=options)
536
- assert "0.14.0" in stdout
+ assert "0.14.3" in stdout
537
538
539
def test_passing_of_netrc_file_that_does_not_exist():
0 commit comments