chore: bump app version

This commit is contained in:
Benex254
2024-08-05 09:47:05 +03:00
parent 4f1ada553c
commit f0e138512c
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.4.0"
__version__ = "v0.40.0"
APP_NAME = "FastAnime"
AUTHOR = "Benex254"

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastanime"
version = "0.4.0"
version = "0.40.0"
description = "A fast and efficient anime scrapper and exploration tool"
authors = ["Benextempest <benextempest@gmail.com>"]
license = "UNLICENSE"