Skip to content

Commit

Permalink
4.8.9
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 6, 2023
1 parent 15c7e3c commit 479bde0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v4.8.9 (2023-08-06)

### Fix

* Update test_llm_plugin.py ([`15c7e3c`](https://github.com/mraniki/tt/commit/15c7e3c18f733435be1d11370af656ff6c3afbe2))

## v4.8.8 (2023-08-06)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "tt"
version = "4.8.8"
version = "4.8.9"
description = "Connect CEX & DEX across multi messaging platforms with plugin support."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion tt/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
talky Utils
"""
__version__ = "4.8.8"
__version__ = "4.8.9"


import asyncio
Expand Down

0 comments on commit 479bde0

Please sign in to comment.