Bump version to 0.9.50

This commit is contained in:
2022-07-06 16:01:14 -04:00
parent 92e2ff7449
commit 932b3c55a3
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.49",
version="0.9.50",
packages=["pvc", "pvc.cli_lib"],
install_requires=[
"Click",