From 4236b7b454a201db1aab3a9dfaad1f7a08785cc0 Mon Sep 17 00:00:00 2001 From: "stark, steven" Date: Fri, 24 Apr 2020 14:41:15 -0700 Subject: [VVP] onap client fails to import if config file not set Issue-ID: VVP-412 Signed-off-by: stark, steven Change-Id: I8c810dd5268c522ea21a40704315051c5daa5292 --- onap-client/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'onap-client/setup.py') diff --git a/onap-client/setup.py b/onap-client/setup.py index 228c921..292b38d 100644 --- a/onap-client/setup.py +++ b/onap-client/setup.py @@ -47,7 +47,7 @@ for file in os.listdir("etc/payloads"): setuptools.setup( name="onap-client", - version="0.5.0", + version="0.5.1", author="Steven Stark", author_email="steven.stark@att.com", description="Python API wrapper for ONAP applications", -- cgit