Skip to content

Commit

Permalink
Update version to 0.12.0, add pillow, qrcode-styled to dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
nessshon committed Jan 19, 2024
1 parent f0ae850 commit 0fe45a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="aiogram-tonconnect",
version="0.11.1",
version="0.12.0",
author="nessshon",
description="TON Connect UI for aiogram bots.",
long_description=long_description,
Expand All @@ -16,9 +16,11 @@
"aiogram",
"aiohttp",
"cachetools",
"pillow",
"pydantic",
"pytonconnect",
"pytoniq-core",
"qrcode-styled",
"redis",
],
classifiers=[
Expand Down

0 comments on commit 0fe45a8

Please sign in to comment.