Bump version to 0.9.74

This commit is contained in:
2023-09-16 00:18:13 -04:00
parent 7b230d8bd5
commit 1a906b589e
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.73",
version="0.9.74",
packages=["pvc.cli", "pvc.lib"],
install_requires=[
"Click",