From 029372b41ae52446cf4ee81d2094fe63631346da Mon Sep 17 00:00:00 2001 From: yezi Date: Sat, 30 Mar 2024 22:52:13 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jkit/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jkit/__init__.py b/jkit/__init__.py index d1b84b1..92fc2c8 100644 --- a/jkit/__init__.py +++ b/jkit/__init__.py @@ -1 +1 @@ -__VERSION__ = "3.0.0a15" +__VERSION__ = "3.0.0a16" diff --git a/pyproject.toml b/pyproject.toml index 091c884..33498d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jkit" -version = "3.0.0a15" +version = "3.0.0a16" description = "简书非官方 SDK - 创造可能性" readme = "README.md" license = "MIT"