X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dcaegen2%2Fplatform.git;a=blobdiff_plain;f=adapter%2Facumos%2Fsetup.py;h=1845b9e638b647e09d1f37b352eff4a5ad4abf97;hp=d667f0bd315782e8d54546b306dbbc521602ba68;hb=refs%2Fheads%2Fmaster;hpb=70b2bae8188291f5fe993cbdbf4a66dd3df2c846 diff --git a/adapter/acumos/setup.py b/adapter/acumos/setup.py index d667f0b..ba32a0c 100644 --- a/adapter/acumos/setup.py +++ b/adapter/acumos/setup.py @@ -2,6 +2,7 @@ # org.onap.dcae # ============================================================================= # Copyright (c) 2019 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2021 highstreet technologies GmbH. 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. @@ -20,7 +21,7 @@ from setuptools import setup, find_packages setup( name="aoconversion", - version="1.0.4-SNAPSHOT", + version="1.0.7", packages=find_packages(exclude=["tests.*", "tests"]), author="Tommy Carpenter, Andrew Gauld", author_email="tommy@research.att.com, agauld@att.com",