From 147200e7bb3c7995258fd08298649a9bbd2df843 Mon Sep 17 00:00:00 2001 From: yezi <yehaowei20060411@qq.com> Date: Fri, 15 Mar 2024 06:35:38 +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 d98e3e5..d1b84b1 100644 --- a/jkit/__init__.py +++ b/jkit/__init__.py @@ -1 +1 @@ -__VERSION__ = "3.0.0a14" +__VERSION__ = "3.0.0a15" diff --git a/pyproject.toml b/pyproject.toml index e0ebc0b..310c022 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jkit" -version = "3.0.0a14" +version = "3.0.0a15" description = "简书非官方 SDK - 创造可能性" readme = "README.md" license = "MIT"