Bump version to 0.9.100

This commit is contained in:
2024-08-30 11:03:33 -04:00
parent c55021f30c
commit 8cb44c0c5d
8 changed files with 20 additions and 6 deletions

View File

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