Skip to content

Commit

Permalink
test: fix version test
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Aug 1, 2022
1 parent 2b97e71 commit 4f57893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

def test_version() -> None:
"""Test the version."""
assert autonomy.__version__ == "0.1.5"
assert autonomy.__version__ == "0.1.6"

0 comments on commit 4f57893

Please sign in to comment.