[go: nahoru, domu]

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

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed May 25, 2023
1 parent da30ae9 commit e867612
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-->

## v0.1.4 (2023-05-25)
### Fix
* ⚡ Refactor navigator function to improve sleep logging ([`da30ae9`](https://github.com/mraniki/morpho/commit/da30ae91b32daf30c44f4010a2d51beefd271537))

## v0.1.3 (2023-05-23)
### Fix
* :zap: Update pyproject.toml with patch_emoji. ([`72b0532`](https://github.com/mraniki/morpho/commit/72b05328eae5fc988ba7a6051164843cdbbf0600))
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.3"
version = "0.1.4"
description = "morpho"
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 @@
"""
navigator
"""
__version__ = "0.1.3"
__version__ = "0.1.4"

import asyncio
import uvicorn
Expand Down

0 comments on commit e867612

Please sign in to comment.