chore: bump version

This commit is contained in:
Benex254
2024-08-05 09:47:05 +03:00
parent 5fbba410c4
commit 78bccf7fd3
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.1"
__version__ = "v0.40.2"
APP_NAME = "FastAnime"
AUTHOR = "Benex254"

View File

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