diff --git a/CHANGELOG.md b/CHANGELOG.md index 8031c2ee..8192173d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v1.1.26 (2023-08-30) + +### Update + +* Update README.md ([`6a00efe`](https://github.com/mraniki/cefi/commit/6a00efe6eedd493db8f3469bf7227432e203fd96)) + + ## v1.1.25 (2023-08-28) ### Other diff --git a/cefi/__init__.py b/cefi/__init__.py index dc0e7d43..69cb28d4 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.1.25" +__version__ = "1.1.26" from cefi.config import settings from cefi.main import CexExchange diff --git a/pyproject.toml b/pyproject.toml index 136f8f71..eaaa45cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cefi" -version = "1.1.25" +version = "1.1.26" description = "A python library, to interact with CCXT crypto exchange" authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License"