Bump version to 0.9.36

This commit is contained in:
2021-09-23 14:01:38 -04:00
parent 6cef68d157
commit eba142f470
7 changed files with 21 additions and 4 deletions

View File

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