Skip to content

Commit f3f4baf

Browse files
committed
Bump version to 0.14.3
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent cdffbf5 commit f3f4baf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/python_inspector/resolve_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
TRACE = False
2222

23-
__version__ = "0.14.0"
23+
__version__ = "0.14.3"
2424

2525
DEFAULT_PYTHON_VERSION = settings.DEFAULT_PYTHON_VERSION
2626
PYPI_SIMPLE_URL = settings.PYPI_SIMPLE_URL

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ def test_passing_of_json_pdt_and_json_flags():
533533
def test_version_option():
534534
options = ["--version"]
535535
rc, stdout, stderr = run_cli(options=options)
536-
assert "0.14.0" in stdout
536+
assert "0.14.3" in stdout
537537

538538

539539
def test_passing_of_netrc_file_that_does_not_exist():

0 commit comments

Comments
 (0)