Skip to content

Commit

Permalink
📝Release version 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
GitBolt committed Feb 17, 2022
1 parent 1351df8 commit 2673d00
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.6"
version = "0.0.7"
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.6"
__version__ = "0.0.7"

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

1 comment on commit 2673d00

@vercel
Copy link

@vercel vercel bot commented on 2673d00 Feb 17, 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.