chore: bump version to v0.50.0

This commit is contained in:
Benex254
2024-08-05 09:47:05 +03:00
parent cf9933f03a
commit 52774e9e20
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ if os.environ.get("FA_RICH_TRACEBACK", False):
# initiate constants
__version__ = "v0.40.2"
__version__ = "v0.50.0"
APP_NAME = "FastAnime"
AUTHOR = "Benex254"

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastanime"
version = "0.40.2"
version = "0.50.0"
description = "A browser anime site experience from the terminal"
authors = ["Benextempest <benextempest@gmail.com>"]
license = "UNLICENSE"