Skip to content

Commit 87ce4c6

Browse files
committed
Prepare for release v0.13.0
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 09d4554 commit 87ce4c6

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
@@ -19,7 +19,7 @@
1919

2020
TRACE = False
2121

22-
__version__ = "0.12.0"
22+
__version__ = "0.13.0"
2323

2424
DEFAULT_PYTHON_VERSION = "38"
2525
PYPI_SIMPLE_URL = "https://pypi.org/simple"

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def test_passing_of_json_pdt_and_json_flags():
432432
def test_version_option():
433433
options = ["--version"]
434434
result = run_cli(options=options)
435-
assert "0.12.0" in result.output
435+
assert "0.13.0" in result.output
436436

437437

438438
def test_passing_of_netrc_file_that_does_not_exist():

0 commit comments

Comments
 (0)