Skip to content

Commit

Permalink
Fix: version number in unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rmion committed Feb 4, 2021
1 parent e773197 commit 52d5b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@


def test_version():
assert __version__ == "0.1.0"
assert __version__ == "1.0.0"

0 comments on commit 52d5b16

Please sign in to comment.