Bump version to 0.9.75

This commit is contained in:
2023-09-16 23:06:38 -04:00
parent 714d4b6005
commit f46bfc962f
6 changed files with 18 additions and 4 deletions

View File

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name="pvc",
version="0.9.74",
version="0.9.75",
packages=["pvc.cli", "pvc.lib"],
install_requires=[
"Click",