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"