Skip to content

Commit 3330766

Browse files
committed
release: v2.0.1
1 parent 07e4727 commit 3330766

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "domain-checker"
3-
version = "v2.0.0"
3+
version = "v2.0.1"
44
requires-python = ">= 3.12"
55
description = "Domain Expiration Checker"
66
readme = "README.md"

src/utils/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "v2.0.0"
1+
VERSION = "v2.0.1"
22
DESCRIPTION = f"域名批量检查工具 {VERSION}"
33

44
CLI_HELP_MESSAGE = "显示此帮助信息并退出程序"

0 commit comments

Comments
 (0)