From bdff09b9e471903ee28c2426159bd4907875e71e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AB=B9=E6=B0=B8=E5=BA=B7?= Date: Sun, 7 Apr 2024 09:33:45 +0800 Subject: [PATCH] 2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1.Officially release version. #5 1.正式发布版本。#5 --- funccache/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funccache/__init__.py b/funccache/__init__.py index 20cf510..299abca 100644 --- a/funccache/__init__.py +++ b/funccache/__init__.py @@ -11,7 +11,7 @@ >>> def alpha(): >>> ... - @version: 2.0alpha1 + @version: 2.0 @author: 竹永康 @source: https://github.com/gqylpy/funccache