From 59400d83d55490cf88758eef8ee3c456b45b4da1 Mon Sep 17 00:00:00 2001 From: yezi Date: Sun, 3 Mar 2024 08:30:12 +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 925fb84..d98e3e5 100644 --- a/jkit/__init__.py +++ b/jkit/__init__.py @@ -1 +1 @@ -__VERSION__ = "3.0.0a13" +__VERSION__ = "3.0.0a14" diff --git a/pyproject.toml b/pyproject.toml index 0eeed30..e0ebc0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jkit" -version = "3.0.0a13" +version = "3.0.0a14" description = "简书非官方 SDK - 创造可能性" readme = "README.md" license = "MIT"