Bump version to 0.9.29

This commit is contained in:
2021-07-19 16:55:41 -04:00
parent b14bc7e3a3
commit fa1d93e933
7 changed files with 18 additions and 4 deletions

View File

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