diff --git a/pyproject.toml b/pyproject.toml index ceb870e..7978385 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tsticker" -version = "0.1.13" +version = "0.1.14" description = "Telegram sticker management tool" authors = [ { name = "sudoskys", email = "coldlando@hotmail.com" }, @@ -17,7 +17,7 @@ dependencies = [ "aiohttp>=3.9.5", "emoji>=2.12.1", "setuptools>=70.3.0", - "telegram-sticker-utils>=0.2.14", + "telegram-sticker-utils>=0.2.15", ] requires-python = ">=3.9,<3.13" readme = "README.md"