We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618f0e5 commit 07bd4d3Copy full SHA for 07bd4d3
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "solathon"
3
-version = "1.0.1"
+version = "1.0.2"
4
description = "High performance, easy to use and feature-rich Solana SDK for Python."
5
license = "MIT"
6
authors = ["GitBolt"]
solathon/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "1.0.1"
+__version__ = "1.0.2"
from .client import Client
from .async_client import AsyncClient
0 commit comments