Skip to content

Commit

Permalink
0.0.23 (#176)
Browse files Browse the repository at this point in the history
Signed-off-by: Anas Abou Allaban <allabana@amazon.com>
  • Loading branch information
Anas Abou Allaban authored Jul 10, 2020
1 parent 1ceb166 commit fc443da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion colcon_bundle/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

__version__ = '0.0.22'
__version__ = '0.0.23'
2 changes: 1 addition & 1 deletion test/test_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

def test_version():
version = colcon_bundle.__version__
assert version == '0.0.22'
assert version == '0.0.23'

0 comments on commit fc443da

Please sign in to comment.