From 51a25549634739099bcb4d2d5028b96157e215a4 Mon Sep 17 00:00:00 2001 From: GitBolt Date: Mon, 15 Jan 2024 18:40:42 +0530 Subject: [PATCH] push: new release with fix 0.1.6 --- pyproject.toml | 2 +- solathon/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4b58f01..85ad927 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "solathon" -version = "0.1.5" +version = "0.1.6" 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 ca83f0d..74b9943 100644 --- a/solathon/__init__.py +++ b/solathon/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.5" +__version__ = "0.1.6" from .client import Client from .async_client import AsyncClient