Skip to content

Commit

Permalink
0.0.20 (#162)
Browse files Browse the repository at this point in the history
Signed-off-by: Anas Abou Allaban <[email protected]>
  • Loading branch information
Anas Abou Allaban authored Apr 14, 2020
1 parent a00a032 commit b57dd32
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.19'
__version__ = '0.0.20'
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.19'
assert version == '0.0.20'

0 comments on commit b57dd32

Please sign in to comment.