Bump version to 0.9.101

This commit is contained in:
2024-10-15 11:39:11 -04:00
parent 6ace2ebf6a
commit d1fcac1f0a
7 changed files with 55 additions and 5 deletions

View File

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