Skip to content

Commit

Permalink
bump version to 0.1.0 (#205)
Browse files Browse the repository at this point in the history
Co-authored-by: Anurag Madan <madaanur@amazon.com>
Co-authored-by: Emerson Knapp <537409+emersonknapp@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 14, 2020
1 parent 0dc18ce commit 4b43b2e
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.24'
__version__ = '0.1.0'
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.24'
assert version == '0.1.0'

0 comments on commit 4b43b2e

Please sign in to comment.