From b086a9eb84bf684ef7ecff27d9421a3f4d0abf10 Mon Sep 17 00:00:00 2001 From: crossdark Date: Mon, 30 Sep 2024 20:14:40 +0800 Subject: [PATCH] =?UTF-8?q?1.0.1=E4=BF=9D=E5=AD=98=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 56ce786..5cf9dec 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="CrossDown", - version="1.0.0", + version="1.0.1", author="CrossDark", author_email="liuhanbo333@icloud.com", description="CrossDark's MarkDown",