diff --git a/csp-billing-adapter-amazon.spec b/csp-billing-adapter-amazon.spec index 7219717..fb790fd 100644 --- a/csp-billing-adapter-amazon.spec +++ b/csp-billing-adapter-amazon.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: csp-billing-adapter-amazon -Version: 1.0.0 +Version: 1.1.0 Release: 0 Summary: Implements Amazon metering hooks for csp-billing-adapter License: Apache-2.0 diff --git a/csp_billing_adapter_amazon/__init__.py b/csp_billing_adapter_amazon/__init__.py index cd3bf70..8902233 100644 --- a/csp_billing_adapter_amazon/__init__.py +++ b/csp_billing_adapter_amazon/__init__.py @@ -16,4 +16,4 @@ __author__ = """SUSE""" __email__ = 'public-cloud-dev@susecloud.net' -__version__ = '1.0.0' +__version__ = '1.1.0' diff --git a/setup.cfg b/setup.cfg index c670ea9..4957bc9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.1.0 commit = True tag = True diff --git a/setup.py b/setup.py index 50eff0a..d5932df 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( name='csp-billing-adapter-amazon', - version='1.0.0', + version='1.1.0', description='TBD', long_description=readme, long_description_content_type='text/markdown',