From 8c0795eb9ca9523b3bbe3ccf9ecfeb565dd11459 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 26 Nov 2023 01:33:28 +0800 Subject: [PATCH] 0.2.0 release (logger wip --- README.md | 2 +- src/lib_not_dr/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76cc9a7..eea106f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A python lib came from [Difficult Rocket](https://github.com/shenjackyuanjie/Dif ## Information/信息 -- Version / 版本: 0.2.0-rc.10 +- Version / 版本: 0.2.0 - Author / 作者: shenjackyuanjie <3695888@qq.com> > [shenjackyuanjie](https://github.com/shenjackyuanjie) diff --git a/src/lib_not_dr/__init__.py b/src/lib_not_dr/__init__.py index 827cb39..56bbd26 100644 --- a/src/lib_not_dr/__init__.py +++ b/src/lib_not_dr/__init__.py @@ -4,7 +4,7 @@ # All rights reserved # ------------------------------- -__version__ = '0.2.0-rc.10' +__version__ = '0.2.0' from typing import TYPE_CHECKING