release: bump version to 0.0.2 for Debian and PIP

This commit is contained in:
Pim van Pelt
2022-07-18 13:05:58 +00:00
parent 849b51be67
commit b62f5313dd
3 changed files with 12 additions and 2 deletions

View File

@ -3,7 +3,7 @@ from setuptools import setup
setup(
name="vppcfg",
version="0.0.1",
version="0.0.2",
install_requires=[
"requests",
'importlib-metadata; python_version == "3.8"',