diff options
author | 2022-07-21 11:26:25 +0000 | |
---|---|---|
committer | 2022-07-21 11:46:15 +0000 | |
commit | f833d3d2915b678d02ed81650b6154d29cd56492 (patch) | |
tree | e0a5eee03909bca8e0eaba85920bf2cae59daa62 /setup.py | |
parent | 0d390e6544ea206acd26da021dc809319214de36 (diff) |
Fix issue with service subscription creation0.7.1
Service subscription creation on Customer failing on A&AI request because of the ONAP SDK change
which was not applied on data-provider
Issue-ID: INT-2140
Change-Id: I6e7cb03dd121688bef5c88350e2f30823d083890
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ with open("README.md", "r", encoding="utf-8") as readme: setuptools.setup( name="onap_data_provider", - version="0.7.0", + version="0.7.1", author="Michal Jagiello <michal.jagiello@t-mobile.pl>, Piotr Stanior <piotr.stanior@t-mobile.pl>", description="Tool to provide data for ONAP instances", long_description=long_description, |