Bump version to 0.9.88

This commit is contained in:
2023-12-29 14:56:33 -05:00
parent 138a982ffe
commit 1d480f5629
9 changed files with 26 additions and 8 deletions

View File

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