diff --git a/hsds/basenode.py b/hsds/basenode.py index 8dbd9799..402f5c39 100644 --- a/hsds/basenode.py +++ b/hsds/basenode.py @@ -33,7 +33,7 @@ from .util.k8sClient import getDnLabelSelector, getPodIps from . import hsds_logger as log -HSDS_VERSION = "0.8.2" +HSDS_VERSION = "0.8.3" def getVersion(): diff --git a/pyproject.toml b/pyproject.toml index 1ee9b941..92cb105b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] requires-python = ">=3.8" -version = "0.8.2" +version = "0.8.3" dependencies = [ "aiohttp == 3.8.5",