diff options
author | Hong Guan <hg4105@att.com> | 2018-07-05 11:04:57 -0400 |
---|---|---|
committer | Hong Guan <hg4105@att.com> | 2018-07-05 11:08:10 -0400 |
commit | 795818bc87e45f7dbfd81c4ef30897275c65537b (patch) | |
tree | 6b90832a1f4cdf77d9f35698a4fa87728615ba69 /helm/setup.py | |
parent | d9b88cc5ee987f5fed1011583a172f3c76251814 (diff) |
Enhancement to support yaml input
Change-Id: Ib3d638965091a363f0c223012de9748650eb0960
Issue-ID: CCSDK-333
Signed-off-by: Hong Guan <hg4105@att.com>
Diffstat (limited to 'helm/setup.py')
-rw-r--r-- | helm/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helm/setup.py b/helm/setup.py index c3bfe88..2a60585 100644 --- a/helm/setup.py +++ b/helm/setup.py @@ -24,7 +24,7 @@ setup( # Do not use underscores in the plugin name. name='onap-helm-plugin', - version='2.2.0', + version='2.3.0', author='Nicolas Hu(AT&T)', author_email='jh245g@att.com', description='This plugin will install/uninstall/upgrade/rollback helm charts of ONAP components. ', |