We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e4727 commit 3330766Copy full SHA for 3330766
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "domain-checker"
3
-version = "v2.0.0"
+version = "v2.0.1"
4
requires-python = ">= 3.12"
5
description = "Domain Expiration Checker"
6
readme = "README.md"
src/utils/text.py
@@ -1,4 +1,4 @@
-VERSION = "v2.0.0"
+VERSION = "v2.0.1"
DESCRIPTION = f"域名批量检查工具 {VERSION}"
CLI_HELP_MESSAGE = "显示此帮助信息并退出程序"
0 commit comments