From 6b45bf8aa63de8df6fdda4d970d22289550c5776 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 30 Mar 2024 11:14:02 +0000 Subject: [PATCH] 9.0.6 Automatically generated by python-semantic-release --- CHANGELOG.md | 19 +++++++++++++++++++ dxsp/__init__.py | 2 +- pyproject.toml | 4 +++- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1484642c..42a30f90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ +## v9.0.6 (2024-03-30) + +### Other + +* Merge pull request #606 from mraniki/dev + +✅ Unit Test: update test_unit_dexswap.py and test_unit_utils.py ([`5063795`](https://github.com/mraniki/dxsp/commit/5063795e0f4380f5ce77a338483837727298b3d1)) + +### ✅ + +* ✅ Unit Test: update test_unit_dexswap.py and test_unit_utils.py ([`01727e5`](https://github.com/mraniki/dxsp/commit/01727e55938b34ab2b993c69f7dde307d295b83e)) + +### 🐛 + +* 🐛 ([`628b910`](https://github.com/mraniki/dxsp/commit/628b910fcbdca06cf80ff239bcfdd941568aec9c)) + +* 🐛 ([`1b587ba`](https://github.com/mraniki/dxsp/commit/1b587ba194d913085c7e16af1227d08a2be92309)) + + ## v9.0.5 (2024-03-29) ### :white_check_mark: diff --git a/dxsp/__init__.py b/dxsp/__init__.py index 25634bd2..68265978 100644 --- a/dxsp/__init__.py +++ b/dxsp/__init__.py @@ -1,4 +1,4 @@ -__version__ = "9.0.5" +__version__ = "9.0.6" from dxsp.main import DexSwap diff --git a/pyproject.toml b/pyproject.toml index 58b896c3..73ec3cbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "dxsp" -version = "9.0.5" +version = "9.0.6" description = "DXSP (DeX SwaP), A defi swap helper package. Swap made easy." authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License" @@ -88,6 +88,7 @@ quote-style = "double" + [tool.poetry.group.test.dependencies] @@ -158,6 +159,7 @@ skips = ["B101","B104"] + [tool.poetry.group.docs]