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"',