From 1cb83554a56d2358c95d3920039148ef9136396a Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 20 Sep 2023 19:33:31 +0000 Subject: [PATCH] 2.0.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ cefi/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c8538c..b22ee793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v2.0.4 (2023-09-20) + +### Other + +* Merge pull request #47 from mraniki/dev + +✅ Unit Test ([`dcf0301`](https://github.com/mraniki/cefi/commit/dcf03014235271b323a5dce997b4a90e927e69e5)) + +### ✅ + +* ✅ Unit Test ([`6f1499c`](https://github.com/mraniki/cefi/commit/6f1499cc733afef50f6a486083fb2db2fd913557)) + + ## v2.0.3 (2023-09-19) ### Other diff --git a/cefi/__init__.py b/cefi/__init__.py index c6108733..3f9bc42f 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,3 +1,3 @@ -__version__ = "2.0.3" +__version__ = "2.0.4" from cefi.main import CexTrader diff --git a/pyproject.toml b/pyproject.toml index 578ab70b..359d49f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cefi" -version = "2.0.3" +version = "2.0.4" description = "A python library, to interact with CCXT crypto exchange" authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License"