Bump version to v0.3.0

This commit is contained in:
2022-02-19 01:50:57 +01:00
parent 98bcf5b0ee
commit 28da36d920
4 changed files with 6 additions and 5 deletions

View File

@ -14,8 +14,8 @@ from discord_reminder_bot.main import calc_countdown, send_to_discord
def test_version():
"""Check if version is 0.2.0."""
assert __version__ == "0.2.0"
"""Check if version is 0.3.0."""
assert __version__ == "0.3.0"
class TestClass: