diff --git a/fastanime/__init__.py b/fastanime/__init__.py index 6fc4acf..32e6328 100644 --- a/fastanime/__init__.py +++ b/fastanime/__init__.py @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 5bc8fc7..48ae49b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "UNLICENSE"