X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dcaegen2%2Fplatform.git;a=blobdiff_plain;f=adapter%2Facumos%2Fsetup.py;h=1845b9e638b647e09d1f37b352eff4a5ad4abf97;hp=9001cd59782732266e5cc776952b8b6c69cc865a;hb=refs%2Fheads%2Fmaster;hpb=2d1528b34c45a650e2407bbc90737cc4ca6ec042 diff --git a/adapter/acumos/setup.py b/adapter/acumos/setup.py index 9001cd5..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.1", + version="1.0.7", packages=find_packages(exclude=["tests.*", "tests"]), author="Tommy Carpenter, Andrew Gauld", author_email="tommy@research.att.com, agauld@att.com",