From 316ca62ca44f23bc37c53c3dd2b0f6c7c3ad8549 Mon Sep 17 00:00:00 2001 From: Benex254 Date: Wed, 7 Aug 2024 20:08:50 +0300 Subject: [PATCH] chore: bump 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 24ab0a6..b532824 100644 --- a/fastanime/__init__.py +++ b/fastanime/__init__.py @@ -6,7 +6,7 @@ if sys.version_info < (3, 10): ) # noqa: F541 -__version__ = "v0.50.0" +__version__ = "v0.60.1" APP_NAME = "FastAnime" AUTHOR = "Benex254" diff --git a/pyproject.toml b/pyproject.toml index 769d9ae..a6e9406 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastanime" -version = "0.50.0" +version = "0.60.1" description = "A browser anime site experience from the terminal" authors = ["Benextempest "] license = "UNLICENSE"