Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 30, 2023
1 parent 6c045b2 commit 1680205
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!--next-version-placeholder-->

## 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))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion src/bot.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
TalkyTrader 🪙🗿
"""
__version__ = "1.1.2"
__version__ = "1.1.3"

import os
import sys
Expand Down

0 comments on commit 1680205

Please sign in to comment.