From 8b828944c3230ae300c45cfbcfe01f5b08877f8b Mon Sep 17 00:00:00 2001 From: crossdark Date: Sat, 23 Nov 2024 19:29:30 +0800 Subject: [PATCH] =?UTF-8?q?3.4.5=20=E6=9B=B4=E6=96=B0match-case?= 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 859c4b8..83fa582 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import setuptools from CrossDown import Meta -meta = Meta(3, 3, 2) +meta = Meta(3, 4, 5) setuptools.setup( name="CrossDown",