Skip to content

Commit 3d076fd

Browse files
authored
0.0.24 (#185)
Signed-off-by: Devin Bonnie <[email protected]>
1 parent d903e25 commit 3d076fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

colcon_bundle/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
__version__ = '0.0.23'
4+
__version__ = '0.0.24'

test/test_setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
def test_version():
88
version = colcon_bundle.__version__
9-
assert version == '0.0.23'
9+
assert version == '0.0.24'

0 commit comments

Comments
 (0)