Skip to content

Commit

Permalink
1.0.29
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 14, 2023
1 parent d28b6a4 commit 6d68981
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v1.0.29 (2023-04-14)
### Fix
* Example ([`d28b6a4`](https://github.com/mraniki/dxsp/commit/d28b6a4ae87918eb86fb414f3e50152b93f5a56e))

## v1.0.28 (2023-04-14)
### Fix
* Token search and abi display for multiple blockchain, enhance the example with healthcheck ([`cbb94ba`](https://github.com/mraniki/dxsp/commit/cbb94ba005df06060064cb4e90b593e62e28e7d1))
Expand Down
2 changes: 1 addition & 1 deletion dxsp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.28"
__version__ = "1.0.29"

from dxsp.main import DexSwap
from dxsp.assets import blockchains
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 = "dxsp"
version = "1.0.28"
version = "1.0.29"
description = "DXSP (DeX SwaP), A defi swap helper package. Swap made easy."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down

0 comments on commit 6d68981

Please sign in to comment.