From 2569f5c50f39f25be8ef61f28020653a09e4449d Mon Sep 17 00:00:00 2001 From: abersheeran Date: Sun, 26 Nov 2023 17:02:56 +0800 Subject: [PATCH] v0.20.7 --- baize/__version__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/baize/__version__.py b/baize/__version__.py index 8586483..5af6589 100644 --- a/baize/__version__.py +++ b/baize/__version__.py @@ -1,3 +1,3 @@ -VERSION = (0, 20, 6) +VERSION = (0, 20, 7) __version__ = ".".join(map(str, VERSION)) diff --git a/pyproject.toml b/pyproject.toml index 73cc083..b42a778 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ license = { text = "Apache-2.0" } name = "baize" readme = "README.md" requires-python = ">=3.7" -version = "0.20.6" +version = "0.20.7" [project.urls] Homepage = "https://github.com/abersheeran/baize"