Skip to content

Commit

Permalink
Fix package version test (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
janvonrickenbach authored Mar 30, 2023
1 parent f358b5f commit 253c197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_pkg_version():
assert __version__ == "0.2.dev0"
assert __version__ == "0.2b1"

0 comments on commit 253c197

Please sign in to comment.