Cut version 0.0.9 with bondether fix, h/t Honest LLC

This commit is contained in:
2025-11-08 20:25:13 +00:00
parent 10cd60af2c
commit cb23d562eb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
VERSION=0.0.8
VERSION=0.0.9
VPPCFG:=vppcfg
PYTHON?=python3
PIP?=pip

View File

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