Skip to content

Commit

Permalink
bump: 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tulustul committed Apr 11, 2023
1 parent 43179bb commit 312374e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pactsdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.6.0"
__version__ = "0.6.1"

from .add_liquidity import LiquidityAddition # noqa
from .asset import Asset, fetch_asset_by_index # noqa
Expand Down
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 = "pactsdk"
version = "0.6.0"
version = "0.6.1"
description = "Python SDK for Pact smart contracts"
authors = ["Mateusz Tomczyk <[email protected]>"]
homepage = "https://github.com/pactfi/pact-py-sdk"
Expand Down

0 comments on commit 312374e

Please sign in to comment.