Skip to content

Commit 64a3c63

Browse files
committed
Merge
2 parents ece72cf + 795bad2 commit 64a3c63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def finalize_options(self):
3131

3232
setup(
3333
name="tonpy" if not IS_DEV else "tonpy-dev",
34-
version="0.0.0.1.4b0" if not IS_DEV else "0.0.0.6.0b1",
34+
version="0.0.0.1.4c0" if not IS_DEV else "0.0.0.6.0c1",
3535
author="Disintar LLP",
3636
author_email="andrey@head-labs.com",
3737
description="Types / API for TON blockchain",
@@ -50,7 +50,7 @@ def finalize_options(self):
5050
],
5151
setup_requires=install_requires,
5252
install_requires=install_requires,
53-
python_requires=">=3.8,<=3.13",
53+
python_requires=">=3.8,<3.14",
5454
packages=find_packages(
5555
where='src', # '.' by default
5656
),

0 commit comments

Comments
 (0)