From 542d39fa6aa6cb87c63102c5dfa27c587d401b41 Mon Sep 17 00:00:00 2001 From: Benex254 Date: Wed, 14 Aug 2024 20:40:45 +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 cab7eb4..de4dff1 100644 --- a/fastanime/__init__.py +++ b/fastanime/__init__.py @@ -6,7 +6,7 @@ if sys.version_info < (3, 10): ) # noqa: F541 -__version__ = "v1.1.5" +__version__ = "v1.1.6" APP_NAME = "FastAnime" AUTHOR = "Benex254" diff --git a/pyproject.toml b/pyproject.toml index d17b175..ef6e0ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastanime" -version = "1.1.5.dev1" +version = "1.1.6.dev1" description = "A browser anime site experience from the terminal" authors = ["Benextempest "] license = "UNLICENSE"