Bump version to 0.9.60

This commit is contained in:
2022-12-06 15:42:55 -05:00
parent 6d7730ab52
commit a49510ecc8
6 changed files with 16 additions and 4 deletions

View File

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