Skip to content

Commit 123e057

Browse files
committed
Update version to 0.4.6.
1 parent 2a11081 commit 123e057

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="pytonapi",
8-
version="0.4.5",
8+
version="0.4.6",
99
author="nessshon",
1010
description="Provide access to indexed TON blockchain.",
1111
long_description=long_description,
@@ -14,7 +14,7 @@
1414
packages=setuptools.find_packages(include=["pytonapi", "pytonapi.*"]),
1515
install_requires=[
1616
"aiohttp~=3.11.11",
17-
"pydantic==2.10.4",
17+
"pydantic~=2.10.4",
1818
],
1919
classifiers=[
2020
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)