Bump version to 1.0.0
This commit is contained in:
@ -1 +1 @@
|
|||||||
__version__ = "0.1.0"
|
__version__ = "1.0.0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "discord-embed"
|
name = "discord-embed"
|
||||||
version = "0.1.0"
|
version = "1.0.0"
|
||||||
description = "Make nice embeds for Discord"
|
description = "Make nice embeds for Discord"
|
||||||
authors = ["Joakim Hellsén <tlovinator@gmail.com>"]
|
authors = ["Joakim Hellsén <tlovinator@gmail.com>"]
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
|
@ -14,7 +14,7 @@ TEST_FILE = "tests/test.mp4"
|
|||||||
|
|
||||||
def test_version():
|
def test_version():
|
||||||
"""Test that version is correct."""
|
"""Test that version is correct."""
|
||||||
assert __version__ == "0.1.0"
|
assert __version__ == "1.0.0"
|
||||||
|
|
||||||
|
|
||||||
def test_domain_ends_with_slash():
|
def test_domain_ends_with_slash():
|
||||||
|
Reference in New Issue
Block a user