Bump version to 0.0.5, with unnumbered interfaces

This commit is contained in:
Pim van Pelt
2024-04-07 17:51:27 +02:00
parent 8c3a708647
commit ed2edeb6e8
3 changed files with 8 additions and 2 deletions

View File

@ -1,9 +1,10 @@
"""vppcfg setuptools setup.py for pip and deb pkg installations"""
from setuptools import setup
setup(
name="vppcfg",
version="0.0.4",
version="0.0.5",
install_requires=[
"requests",
'importlib-metadata; python_version >= "3.8"',