Skip to content

Commit

Permalink
Bump version: 0.9.0 → 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smarlowucf committed Apr 17, 2024
1 parent b61d510 commit 78626be
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion csp-billing-adapter.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
Version: 0.9.0
Version: 0.10.0
Release: 0
Summary: Reports marketplace billing information to CSP API
License: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion csp_billing_adapter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

__author__ = """SUSE"""
__email__ = '[email protected]'
__version__ = '0.9.0'
__version__ = '0.10.0'

hookimpl = pluggy.HookimplMarker('csp_billing_adapter')
"""Marker to be imported and used in plugins (and for own implementations)"""
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.9.0
current_version = 0.10.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',
version='0.9.0',
version='0.10.0',
description='TBD',
long_description=readme,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

def test_adapter_version():
"""Verify the adapter version."""
assert csp_billing_adapter.__version__ == "0.9.0"
assert csp_billing_adapter.__version__ == "0.10.0"


def test_get_plugin_manager(cba_config):
Expand Down

0 comments on commit 78626be

Please sign in to comment.