diff --git a/colcon_bundle/__init__.py b/colcon_bundle/__init__.py index c22dad8c..9cc50eb8 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.23' +__version__ = '0.0.24' diff --git a/test/test_setup.py b/test/test_setup.py index 17703efa..e7ec0f96 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.23' + assert version == '0.0.24'