release 0.0.6

This commit is contained in:
Pim van Pelt
2024-04-07 23:39:47 +02:00
parent f01c865c87
commit 5381cf4490
3 changed files with 8 additions and 2 deletions

View File

@ -4,7 +4,7 @@ from setuptools import setup
setup(
name="vppcfg",
version="0.0.5",
version="0.0.6",
install_requires=[
"requests",
'importlib-metadata; python_version >= "3.8"',