Skip to content

Commit

Permalink
🔖 chore(pyproject): bump version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Oct 13, 2024
1 parent ab9a1cf commit 59a15a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" },
Expand All @@ -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"
Expand Down

0 comments on commit 59a15a0

Please sign in to comment.