Cut release 1.0.2 and upload to PyPi

This commit is contained in:
2025-11-08 22:43:48 +00:00
parent cb23d562eb
commit 2916432c34
4 changed files with 28 additions and 5 deletions

View File

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