Bump version to 0.9.86

This commit is contained in:
2023-12-14 14:46:29 -05:00
parent 7c9512fb22
commit 0a93f526e0
8 changed files with 26 additions and 6 deletions

View File

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