Skip to content

Commit

Permalink
🏷️ Release version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GitBolt committed Feb 14, 2022
1 parent 33715bf commit 755f04f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "solathon"
version = "0.0.4"
version = "0.0.5"
description = "High performance, easy to use and feature-rich Solana SDK for Python."
license = "MIT"
authors = ["GitBolt"]
Expand Down
2 changes: 1 addition & 1 deletion solathon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.4"
__version__ = "0.0.5"

from .client import Client
from .async_client import AsyncClient
Expand Down

1 comment on commit 755f04f

@vercel
Copy link

@vercel vercel bot commented on 755f04f Feb 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.