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 f6a9300 commit cc12b2eCopy full SHA for cc12b2e
setup.cfg
@@ -1,7 +1,7 @@
1
[metadata]
2
name = python-inspector
3
license = Apache-2.0
4
-version = 0.15.0
+version = 0.15.1
5
6
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
7
description = python-inspector is is a collection of utilities to collect PyPI package metadata and resolve packages dependencies.
src/python_inspector/resolve_cli.py
@@ -21,7 +21,7 @@
21
22
TRACE = False
23
24
-__version__ = "0.14.4"
+__version__ = "0.15.1"
25
26
DEFAULT_PYTHON_VERSION = settings.DEFAULT_PYTHON_VERSION
27
PYPI_SIMPLE_URL = settings.PYPI_SIMPLE_URL
0 commit comments