Bump version to 0.9.79

This commit is contained in:
2023-10-24 02:10:24 -04:00
parent 35f80e544c
commit 221af3f241
6 changed files with 26 additions and 4 deletions

View File

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