From fe92d1dc1005c39ccc8e5592b35963e81b1d4d53 Mon Sep 17 00:00:00 2001 From: RF-Tar-Railt <3165388245@qq.com> Date: Sat, 15 Jul 2023 18:05:58 +0800 Subject: [PATCH] :bookmark: version 0.1.2 --- nonechat/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nonechat/__init__.py b/nonechat/__init__.py index 10f875f..0cbbe33 100644 --- a/nonechat/__init__.py +++ b/nonechat/__init__.py @@ -7,4 +7,4 @@ from .message import ConsoleMessage as ConsoleMessage from .setting import ConsoleSetting as ConsoleSetting -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/pyproject.toml b/pyproject.toml index 8cf80bb..d566f99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "rf_tar_railt@qq.com"},