diff options
Diffstat (limited to 'components/pm-subscription-handler/setup.py')
-rw-r--r-- | components/pm-subscription-handler/setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/pm-subscription-handler/setup.py b/components/pm-subscription-handler/setup.py index 04df305b..c16323ea 100644 --- a/components/pm-subscription-handler/setup.py +++ b/components/pm-subscription-handler/setup.py @@ -1,5 +1,6 @@ # ============LICENSE_START======================================================= # Copyright (C) 2019-2020 Nordix Foundation. +# Copyright 2020 Deutsche Telekom. 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="pm_subscription_handler", - version="1.1.0", + version="1.1.1", packages=find_packages(), author="lego@est.tech", author_email="lego@est.tech", |