aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Shatov <alexs@att.com>2018-02-27 14:34:22 -0500
committerAlex Shatov <alexs@att.com>2018-02-27 14:34:22 -0500
commitdfd79f0cb9f8d418871b5fb7f3616554c3261800 (patch)
tree8a80cf2c3435d0feb94aeb4818f9c4826fce3481 /setup.py
parentd52c135012f098230ea74dd6135db4c557a15594 (diff)
up the version to 2.1.0 for policy-handler
- removed #org.onap.dcae from license text Change-Id: I07f11e60c4677109ccb826c4e969b47acb4c498a Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-347
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index ccb9c59..cb2ac8e 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,5 @@
-# org.onap.dcae
# ================================================================================
-# Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -24,7 +23,7 @@ from setuptools import setup
setup(
name='policyhandler',
description='DCAE-Controller policy-handler to communicate with policy-engine',
- version="2.0.0",
+ version="2.1.0",
author='Alex Shatov',
packages=['policyhandler'],
zip_safe=False,