diff --git a/colcon_bundle/__init__.py b/colcon_bundle/__init__.py index 7ec27b56..c22dad8c 100644 --- a/colcon_bundle/__init__.py +++ b/colcon_bundle/__init__.py @@ -1,4 +1,4 @@ # Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 -__version__ = '0.0.22' +__version__ = '0.0.23' diff --git a/test/test_setup.py b/test/test_setup.py index 058aeef4..17703efa 100644 --- a/test/test_setup.py +++ b/test/test_setup.py @@ -6,4 +6,4 @@ def test_version(): version = colcon_bundle.__version__ - assert version == '0.0.22' + assert version == '0.0.23'