From a5f1d15c0409019258000bd3b0205787bdecd4ab Mon Sep 17 00:00:00 2001 From: yungwine Date: Thu, 16 May 2024 13:06:58 +0700 Subject: [PATCH] bump version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 283577b..07e310d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pytoniq", - version="0.1.37", + version="0.1.38", author="Maksim Kurbatov", author_email="cyrbatoff@gmail.com", description="TON Blockchain SDK", @@ -22,7 +22,7 @@ python_requires='>=3.9', py_modules=["pytoniq"], install_requires=[ - "pytoniq-core>=0.1.32", + "pytoniq-core>=0.1.35", "requests>=2.31.0", "setuptools>=65.5.1", ],