diff --git a/pyproject.toml b/pyproject.toml index 55d39cc..4bb6787 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "solathon" -version = "1.0.1" +version = "1.0.2" description = "High performance, easy to use and feature-rich Solana SDK for Python." license = "MIT" authors = ["GitBolt"] diff --git a/solathon/__init__.py b/solathon/__init__.py index b106bf2..c28b4d7 100644 --- a/solathon/__init__.py +++ b/solathon/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.1" +__version__ = "1.0.2" from .client import Client from .async_client import AsyncClient