Bump version to 0.9.42

This commit is contained in:
2021-10-12 15:25:42 -04:00
parent b8204d89ac
commit e88147db4a
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.41',
version='0.9.42',
packages=['pvc', 'pvc.cli_lib'],
install_requires=[
'Click',