From f0e138512c42f8cb0ff686f2101d1fe8b7bbabfe 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 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fastanime/__init__.py b/fastanime/__init__.py index 7b6a562..9bfaebc 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.4.0" +__version__ = "v0.40.0" APP_NAME = "FastAnime" AUTHOR = "Benex254" diff --git a/pyproject.toml b/pyproject.toml index 0bbaa1d..fe9e906 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "UNLICENSE"