Bump version to 0.9.69 (nice)

This commit is contained in:
2023-08-29 22:01:40 -04:00
parent 5e43f9bd7c
commit 83b8ce7b62
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.68",
version="0.9.69",
packages=["pvc.cli", "pvc.lib"],
install_requires=[
"Click",