Skip to content

Commit cc12b2e

Browse files
committed
bump: version to 0.15.1
1 parent f6a9300 commit cc12b2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = python-inspector
33
license = Apache-2.0
4-
version = 0.15.0
4+
version = 0.15.1
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
77
description = python-inspector is is a collection of utilities to collect PyPI package metadata and resolve packages dependencies.

src/python_inspector/resolve_cli.py

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

2222
TRACE = False
2323

24-
__version__ = "0.14.4"
24+
__version__ = "0.15.1"
2525

2626
DEFAULT_PYTHON_VERSION = settings.DEFAULT_PYTHON_VERSION
2727
PYPI_SIMPLE_URL = settings.PYPI_SIMPLE_URL

0 commit comments

Comments
 (0)