aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2021-02-19 01:31:14 +0000
committerGerrit Code Review <gerrit@onap.org>2021-02-19 01:31:14 +0000
commit47d31b33955f7a237d4e189b549a7decb83e1682 (patch)
treeaa0a401fc6009f89c172ef2a22642456de8d3c49 /setup.py
parent81185086078621f0d73165643b8a0fa8aba2b90d (diff)
parent36a01b87a9c9e5d10cdf9a0ba9f7d73c4f7a9a3c (diff)
Merge "Use the latest ONAP Python base image"5.1.1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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,