Bump version to 1.0.0

This commit is contained in:
2022-04-20 20:38:06 +02:00
parent 070cd77bd2
commit 9345b706e5
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ TEST_FILE = "tests/test.mp4"
def test_version():
"""Test that version is correct."""
assert __version__ == "0.1.0"
assert __version__ == "1.0.0"
def test_domain_ends_with_slash():