Bump version to 0.9.22

This commit is contained in:
2021-07-05 14:18:51 -04:00
parent 47a522f8af
commit 37cd278bc2
7 changed files with 45 additions and 4 deletions

View File

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='pvc',
version='0.9.21',
version='0.9.22',
packages=['pvc', 'pvc.cli_lib'],
install_requires=[
'Click',