From 26ae718ba8c6cff223c8b03e0d66b5e225a2ac36 Mon Sep 17 00:00:00 2001 From: GitBolt Date: Fri, 12 Jan 2024 06:05:18 +0530 Subject: [PATCH] publish new version --- pyproject.toml | 2 +- solathon/__init__.py | 2 +- test.py | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 test.py diff --git a/pyproject.toml b/pyproject.toml index 487f59c..4b58f01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "solathon" -version = "0.1.2" +version = "0.1.5" 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 f971808..ca83f0d 100644 --- a/solathon/__init__.py +++ b/solathon/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.2" +__version__ = "0.1.5" from .client import Client from .async_client import AsyncClient diff --git a/test.py b/test.py new file mode 100644 index 0000000..ae713af --- /dev/null +++ b/test.py @@ -0,0 +1 @@ +from solathon.solana_pay import * \ No newline at end of file