Skip to content

Commit

Permalink
10.0.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 8, 2024
1 parent 981c678 commit 89f9a54
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@



## v10.0.3 (2024-04-08)

### Other

* Merge pull request #615 from mraniki/dev

♻️ update contract_utils.py ([`981c678`](https://github.com/mraniki/dxsp/commit/981c678793bab2859f2aad1b94fd6075aeee0130))

### ♻️

* ♻️ update contract_utils.py ([`f8ed464`](https://github.com/mraniki/dxsp/commit/f8ed46459c27feb4ea26534499ec0177f8d241e3))

###

* ⚡ update contract_utils.py and example.py ([`40de9e9`](https://github.com/mraniki/dxsp/commit/40de9e9e08d0dce870268ec2bd4013be15e3641c))


## v10.0.2 (2024-04-08)

### Other
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__ = "10.0.2"
__version__ = "10.0.3"

from dxsp.main import DexSwap

Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "dxsp"
version = "10.0.2"
version = "10.0.3"
description = "DXSP (DeX SwaP), A defi swap helper package. Swap made easy."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down Expand Up @@ -93,6 +93,7 @@ quote-style = "double"






[tool.poetry.group.test.dependencies]
Expand Down Expand Up @@ -168,6 +169,7 @@ skips = ["B101","B104"]






[tool.poetry.group.docs]
Expand Down

0 comments on commit 89f9a54

Please sign in to comment.