Skip to content

Commit 0498c6f

Browse files
committed
push: new version 0.1.7
1 parent a76d3c6 commit 0498c6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "solathon"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "High performance, easy to use and feature-rich Solana SDK for Python."
55
license = "MIT"
66
authors = ["GitBolt"]

solathon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.6"
1+
__version__ = "0.1.7"
22

33
from .client import Client
44
from .async_client import AsyncClient

0 commit comments

Comments
 (0)