From 462cee04e5d952f544a8300dc5a0d1e297482e3f Mon Sep 17 00:00:00 2001 From: Vijay Venkatesh Kumar Date: Wed, 19 Oct 2022 15:25:42 +0000 Subject: Handle MR connection error Change-Id: I8defdd65093d19d4255427a8c7961cf5249007b8 Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-2952 Signed-off-by: Vijay Venkatesh Kumar --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2fada3f..2104015 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ from setuptools import setup, find_packages setup( name="miss_htbt_service", description="Missing heartbeat microservice to communicate with policy-engine", - version="2.4.1", + version="2.5.0", # packages=find_packages(exclude=["tests.*", "tests"]), packages=find_packages(), install_requires=[ -- cgit 1.2.3-korg