diff --git a/CHANGELOG.md b/CHANGELOG.md index c88e399d9..88b6e1a5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v1.1.3 (2023-04-30) +### Fix +* Req ([`d590245`](https://github.com/mraniki/tt/commit/d590245d9f033e058281127c3e81965b279e317f)) +* Req ([`358c8f8`](https://github.com/mraniki/tt/commit/358c8f895ff2a3421032bb5490d2618ae7ad0fa1)) + ## v1.1.2 (2023-04-30) ### Fix * Remove invalid characters from requirements.txt ([`bb410e8`](https://github.com/mraniki/tt/commit/bb410e8255585eab0d044a2c5b81a4b743006535)) diff --git a/pyproject.toml b/pyproject.toml index 57bcf3a7d..c4b532f40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tt" -version = "1.1.2" +version = "1.1.3" description = "CEX & DEX integration with multi messaging platform support." authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License" diff --git a/src/bot.py b/src/bot.py index 4e61cb023..2fb1a7f31 100644 --- a/src/bot.py +++ b/src/bot.py @@ -1,7 +1,7 @@ """ TalkyTrader 🪙🗿 """ -__version__ = "1.1.2" +__version__ = "1.1.3" import os import sys