Bump version to 0.9.56

This commit is contained in:
2022-10-27 14:19:18 -04:00
parent 078f85b431
commit ef3c22d793
6 changed files with 25 additions and 4 deletions

View File

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