Skip to content

Commit

Permalink
🔖 version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Jul 15, 2023
1 parent 71c7098 commit fe92d1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nonechat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from .message import ConsoleMessage as ConsoleMessage
from .setting import ConsoleSetting as ConsoleSetting

__version__ = "0.1.1"
__version__ = "0.1.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[project]
name = "nonechat"
version = "0.1.1"
version = "0.1.2"
description = "Awesome chat console using Textual"
authors = [
{name = "RF-Tar-Railt", email = "[email protected]"},
Expand Down

0 comments on commit fe92d1d

Please sign in to comment.