Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusbv committed Aug 24, 2023
1 parent 25945d9 commit bcb4a9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion csp-billing-adapter-amazon.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
%global skip_python2 1
%define pythons python3
Name: csp-billing-adapter-amazon
Version: 0.3.0
Version: 0.4.0
Release: 0
Summary: Implements Amazon metering hooks for csp-billing-adapter
License: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion csp_billing_adapter_amazon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

__author__ = """SUSE"""
__email__ = 'public-cloud-dev@susecloud.net'
__version__ = '0.3.0'
__version__ = '0.4.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.4.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

setup(
name='csp-billing-adapter-amazon',
version='0.3.0',
version='0.4.0',
description='TBD',
long_description=readme,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit bcb4a9a

Please sign in to comment.