Bump version to 0.9.63

This commit is contained in:
2023-04-28 14:47:04 -04:00
parent 78322f4de4
commit 3a90fda109
6 changed files with 22 additions and 4 deletions

View File

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