diff --git a/CHANGELOG.md b/CHANGELOG.md index eb370ff9..8fd4d401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## v11.0.2 (2024-07-20) + +### Other + +* Merge pull request #703 from mraniki/dev + +⬆️ 🤖 - Its all in the mind ya know ([`e9a8d1a`](https://github.com/mraniki/dxsp/commit/e9a8d1a8f75110a1edfb1d81dfa966d552d70e4c)) + +### ⬆️ + +* ⬆️ 🛠️(deps): update dependency sphinx to v7.4.6 ([`e82fe52`](https://github.com/mraniki/dxsp/commit/e82fe52e899f10649cd7a75474d166703fb60de2)) + ## v11.0.1 (2024-07-17) ### Other diff --git a/dxsp/__init__.py b/dxsp/__init__.py index 05946cb3..61a515c6 100644 --- a/dxsp/__init__.py +++ b/dxsp/__init__.py @@ -1,4 +1,4 @@ -__version__ = "11.0.1" +__version__ = "11.0.2" from dxsp.main import DexSwap diff --git a/pyproject.toml b/pyproject.toml index 28e2b765..b2cfce03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "dxsp" -version = "11.0.1" +version = "11.0.2" description = "DXSP (DeX SwaP), A defi swap helper package. Swap made easy." authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License"