Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yungwine committed May 16, 2024
1 parent 16fc7c5 commit a5f1d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pytoniq",
version="0.1.37",
version="0.1.38",
author="Maksim Kurbatov",
author_email="[email protected]",
description="TON Blockchain SDK",
Expand All @@ -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",
],
Expand Down

0 comments on commit a5f1d15

Please sign in to comment.