Skip to content

Commit 07bd4d3

Browse files
committed
update: version
1 parent 618f0e5 commit 07bd4d3

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 = "1.0.1"
3+
version = "1.0.2"
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__ = "1.0.1"
1+
__version__ = "1.0.2"
22

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

0 commit comments

Comments
 (0)