Bump version to 0.9.57

This commit is contained in:
2022-11-06 01:39:50 -04:00
parent 8af7189dd0
commit d65f512897
6 changed files with 20 additions and 4 deletions

View File

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