Bump version to 0.9.103

This commit is contained in:
2024-11-01 17:19:44 -04:00
parent b16542c8fc
commit 9441cb3b2e
7 changed files with 17 additions and 5 deletions

View File

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