chore: bump version

This commit is contained in:
Benex254
2024-08-14 20:40:45 +03:00
parent e5e328148f
commit 542d39fa6a
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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 <benextempest@gmail.com>"]
license = "UNLICENSE"