Bump version to 0.9.66

This commit is contained in:
2023-08-27 11:41:22 -04:00
parent f5cbedce6a
commit d08b90f90d
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.65",
version="0.9.66",
packages=["pvc.cli", "pvc.lib"],
install_requires=[
"Click",