From cb23d562eb65adc5cff5d62960e133269cf63e80 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sat, 8 Nov 2025 20:25:13 +0000 Subject: [PATCH] Cut version 0.0.9 with bondether fix, h/t Honest LLC --- Makefile | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f408001..898121b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.0.8 +VERSION=0.0.9 VPPCFG:=vppcfg PYTHON?=python3 PIP?=pip diff --git a/setup.py b/setup.py index f474f67..c0e388e 100644 --- a/setup.py +++ b/setup.py @@ -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"',