Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed May 26, 2023
1 parent 01bbaba commit 03064c9
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-->

## v0.1.6 (2023-05-26)
### Fix
* 🔧 sleeping udpate ([`01bbaba`](https://github.com/mraniki/morpho/commit/01bbabad3dc48b48006ff40e712b8fd84e058d23))
* 🐛 429 bug ([`1126cbe`](https://github.com/mraniki/morpho/commit/1126cbe98bd98b40cb6c96b0043981cbe5f3b4ab))

## v0.1.5 (2023-05-25)
### Fix
* ⚡ Refactor logging configuration in config.py file. ([`e08f00b`](https://github.com/mraniki/morpho/commit/e08f00b4606b9e3497add2d23d10b1ae85fd4417))
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 = "morpho"
version = "0.1.5"
version = "0.1.6"
description = "morpho"
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 @@
"""
navigator
"""
__version__ = "0.1.5"
__version__ = "0.1.6"

import asyncio
import uvicorn
Expand Down

0 comments on commit 03064c9

Please sign in to comment.