diff --git a/colcon_bundle/__init__.py b/colcon_bundle/__init__.py index 9cc50eb8..0a21268c 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.24' +__version__ = '0.1.0' diff --git a/test/test_setup.py b/test/test_setup.py index e7ec0f96..e02c53c0 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.24' + assert version == '0.1.0'