From 6b501954525174fb4b5c567eaec4a6103aca3d52 Mon Sep 17 00:00:00 2001 From: nessshon Date: Fri, 30 Aug 2024 09:52:21 +0500 Subject: [PATCH] Update version to `0.14.2`. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f4ad409..ddaf03c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="aiogram-tonconnect", - version="0.14.1", + version="0.14.2", author="nessshon", description="TON Connect UI for aiogram bots.", long_description=long_description,