Skip to content

Commit

Permalink
Update version to 0.4.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
nessshon committed Jan 4, 2025
1 parent 2a11081 commit 123e057
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="pytonapi",
version="0.4.5",
version="0.4.6",
author="nessshon",
description="Provide access to indexed TON blockchain.",
long_description=long_description,
Expand All @@ -14,7 +14,7 @@
packages=setuptools.find_packages(include=["pytonapi", "pytonapi.*"]),
install_requires=[
"aiohttp~=3.11.11",
"pydantic==2.10.4",
"pydantic~=2.10.4",
],
classifiers=[
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 123e057

Please # to comment.