From 4b43b2eb760312066488d46b732888ba73b1bb0a Mon Sep 17 00:00:00 2001 From: Anurag Madan <46758018+anuragdmadan@users.noreply.github.com> Date: Mon, 14 Dec 2020 13:45:28 -0800 Subject: [PATCH] bump version to 0.1.0 (#205) Co-authored-by: Anurag Madan Co-authored-by: Emerson Knapp <537409+emersonknapp@users.noreply.github.com> --- colcon_bundle/__init__.py | 2 +- test/test_setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'