We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ceb166 commit fc443daCopy full SHA for fc443da
colcon_bundle/__init__.py
@@ -1,4 +1,4 @@
1
# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
4
-__version__ = '0.0.22'
+__version__ = '0.0.23'
test/test_setup.py
@@ -6,4 +6,4 @@
6
7
def test_version():
8
version = colcon_bundle.__version__
9
- assert version == '0.0.22'
+ assert version == '0.0.23'
0 commit comments