diff --git a/pyproject.toml b/pyproject.toml index e9f18aa..9fa1016 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "solathon" -version = "0.0.6" +version = "0.0.7" 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 02b5316..7406b89 100644 --- a/solathon/__init__.py +++ b/solathon/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.6" +__version__ = "0.0.7" from .client import Client from .async_client import AsyncClient