Skip to content

Commit

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

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

## v1.0.1 (2023-04-20)
### Fix
* Actions ([`cfe5b29`](https://github.com/mraniki/tt/commit/cfe5b291de4254d1506271a47be44303102cad34))

## v1.0.0 (2023-04-20)
### Feature
* Integration with dxsp lib for dex related function (swap, balance, quote) ([`eb0e9db`](https://github.com/mraniki/tt/commit/eb0e9db49b8af7b1415409c8cc6ed7220884d6a7))
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.0.0"
version = "1.0.1"
description = "CEX & DEX integration with multi messaging platform support."
authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"]
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 @@
##=============== VERSION =============

TTversion="🪙🗿 TT Beta 1.3.3"
__version__ = "1.0.0"
__version__ = "1.0.1"

##=============== import =============

Expand Down

0 comments on commit 9ee92b9

Please sign in to comment.