From 4f6bc1cde4566f1d33cf77d57d1d23446d14f41f Mon Sep 17 00:00:00 2001 From: Benex254 Date: Mon, 5 Aug 2024 09:47:05 +0300 Subject: [PATCH] chore: bump app version --- fastanime/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fastanime/__init__.py b/fastanime/__init__.py index 9bfaebc..6fc4acf 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.0" +__version__ = "v0.40.1" APP_NAME = "FastAnime" AUTHOR = "Benex254" diff --git a/pyproject.toml b/pyproject.toml index a77a775..5bc8fc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "fastanime" -version = "0.40.0" -description = "A fast and efficient anime scrapper and exploration tool" +version = "0.40.1" +description = "A browser anime site experience from the terminal" authors = ["Benextempest "] license = "UNLICENSE" readme = "README.md"