We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76d3c6 commit 0498c6fCopy full SHA for 0498c6f
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "solathon"
3
-version = "0.1.6"
+version = "0.1.7"
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__ = "0.1.6"
+__version__ = "0.1.7"
from .client import Client
from .async_client import AsyncClient
0 commit comments