Bump version to 0.9.55

This commit is contained in:
2022-10-04 13:21:40 -04:00
parent 5942aa50fc
commit f1df1cfe93
6 changed files with 16 additions and 4 deletions

View File

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name="pvc",
version="0.9.54",
version="0.9.55",
packages=["pvc", "pvc.cli_lib"],
install_requires=[
"Click",