From 52774e9e20e1f8f669aaf6b84c80b90e05790f7b Mon Sep 17 00:00:00 2001 From: Benex254 Date: Mon, 5 Aug 2024 09:47:05 +0300 Subject: [PATCH] chore: bump version to v0.50.0 --- 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 32e6328..0a90a28 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.2" +__version__ = "v0.50.0" APP_NAME = "FastAnime" AUTHOR = "Benex254" diff --git a/pyproject.toml b/pyproject.toml index 48ae49b..ba71f63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastanime" -version = "0.40.2" +version = "0.50.0" description = "A browser anime site experience from the terminal" authors = ["Benextempest "] license = "UNLICENSE"