diff --git a/CHANGELOG.md b/CHANGELOG.md index 5792119d..d56d0f92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v1.1.3 (2023-08-09) + +### 📝 + +* 📝 ([`6a31722`](https://github.com/mraniki/cefi/commit/6a317220ee28e6b41e4a80ff548949e675a4b914)) + + ## v1.1.2 (2023-08-09) ### :memo: diff --git a/cefi/__init__.py b/cefi/__init__.py index 63238d1a..a526d7c9 100644 --- a/cefi/__init__.py +++ b/cefi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.1.2" +__version__ = "1.1.3" from cefi.config import settings from cefi.main import CexExchange diff --git a/pyproject.toml b/pyproject.toml index 2ed0de39..3bd48c2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cefi" -version = "1.1.2" +version = "1.1.3" description = "A python library, to interact with CCXT crypto exchange" authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License"