Skip to content

Commit

Permalink
9.0.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 28, 2024
1 parent d9e050c commit 6ba2078
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 @@



## v9.0.1 (2024-03-28)

### Other

* Merge pull request #600 from mraniki/dev

🥅 improving error management ([`d9e050c`](https://github.com/mraniki/dxsp/commit/d9e050cc0582440c4ad4295df66c57d9c4b3f6d7))

### ♻️

* ♻️ ([`d3d9edd`](https://github.com/mraniki/dxsp/commit/d3d9edd9cf1812a687eb7f27b9e79c828a0a9c03))

### 🥅

* 🥅 improving error management ([`54dda05`](https://github.com/mraniki/dxsp/commit/54dda05a4be5319d740c1bc84912a71653da640e))


## v9.0.0 (2024-03-28)

### :boom:
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__ = "9.0.0"
__version__ = "9.0.1"

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 = "9.0.0"
version = "9.0.1"
description = "DXSP (DeX SwaP), A defi swap helper package. Swap made easy."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down Expand Up @@ -83,6 +83,7 @@ quote-style = "double"






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






[tool.poetry.group.docs]
Expand Down

0 comments on commit 6ba2078

Please sign in to comment.