From 134ddd59b97fdf06c30e00c1de81e93692323e25 Mon Sep 17 00:00:00 2001 From: Sean Marlow Date: Mon, 25 Nov 2024 11:26:32 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- csp-billing-adapter-amazon.spec | 2 +- csp_billing_adapter_amazon/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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',