diff options
author | Lusheng Ji <lji@research.att.com> | 2018-02-23 21:47:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-23 21:47:46 +0000 |
commit | 1e0262d36a12343316b8a20e2541633b27372fde (patch) | |
tree | 3256708f629534f33e13db187b0c9bc9dc7f6beb /onap-dcae-dcaepolicy-lib/setup.py | |
parent | bfc70e565fd18d10f65d61e233bbf9bf1d770b63 (diff) | |
parent | cfdd67d316e3436fb8054e07f883eceeff5bd08c (diff) |
Merge "store policies into consul-kv as <scn>:policies/"
Diffstat (limited to 'onap-dcae-dcaepolicy-lib/setup.py')
-rw-r--r-- | onap-dcae-dcaepolicy-lib/setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/onap-dcae-dcaepolicy-lib/setup.py b/onap-dcae-dcaepolicy-lib/setup.py index 0e5b2ef..8a82d16 100644 --- a/onap-dcae-dcaepolicy-lib/setup.py +++ b/onap-dcae-dcaepolicy-lib/setup.py @@ -24,7 +24,7 @@ from setuptools import setup, find_packages setup( name='onap-dcae-dcaepolicy-lib', description='lib of policy decorators to be used by cloudify plugins of dcae controller', - version="2.0.0", + version="2.1.0", author='Alex Shatov', author_email="alexs@att.com", license='Apache 2', @@ -33,7 +33,6 @@ setup( ], keywords='onap policy dcae controller cloudify plugin', classifiers=[ - 'Development Status :: 4 - Beta', 'Intended Audience :: Telecommunications Industry', 'Programming Language :: Python :: 2.7' ] |