From 36a01b87a9c9e5d10cdf9a0ba9f7d73c4f7a9a3c Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Fri, 15 Jan 2021 08:26:40 +0000 Subject: Use the latest ONAP Python base image Run policy handler using Python 3.9 version Add "py39" env in tox to run tests using Python 3.9 version Issue-ID: DCAEGEN2-2494 Signed-off-by: Michal Jagiello Change-Id: I6ef1316925586eec94c4f301991580cf9334a857 Signed-off-by: vv770d --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f9e1706..4356acc 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ from setuptools import setup setup( name='policyhandler', description='DCAE-Controller policy-handler to communicate with policy-engine', - version="5.1.1", + version="5.1.2", author='Alex Shatov', packages=['policyhandler'], zip_safe=False, -- cgit 1.2.3-korg