Bump version to 0.9.59

This commit is contained in:
2022-11-15 15:50:15 -05:00
parent faf9cc537f
commit f3ba4b6294
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.58",
version="0.9.59",
packages=["pvc", "pvc.cli_lib"],
install_requires=[
"Click",