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

@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "1.0.0"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "discord-embed"
version = "0.1.0"
version = "1.0.0"
description = "Make nice embeds for Discord"
authors = ["Joakim Hellsén <tlovinator@gmail.com>"]
license = "GPL-3.0"

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():