Bump version to 0.9.58

This commit is contained in:
2022-11-07 12:27:48 -05:00
parent 91e450f399
commit 095bcb2373
6 changed files with 14 additions and 4 deletions

View File

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name="pvc",
version="0.9.57",
version="0.9.58",
packages=["pvc", "pvc.cli_lib"],
install_requires=[
"Click",