From 88177da952eb7ae8fc2d49f541779d728c0ea251 Mon Sep 17 00:00:00 2001 From: xuanzhi33 <37460139+xuanzhi33@users.noreply.github.com> Date: Tue, 5 Mar 2024 16:07:11 +0800 Subject: [PATCH 1/2] test-pr --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8110a1..7ba36d1 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,4 @@ Type `spkg [COMMAND] -h` to see the help message for a specific command. ## License `spkg` is distributed under the terms of the [GPL-3.0-only](https://spdx.org/licenses/GPL-3.0-only.html) license. + From d07a33abae42f9793e2888f6ff5501c23d5e5f1f Mon Sep 17 00:00:00 2001 From: xuanzhi33 <37460139+xuanzhi33@users.noreply.github.com> Date: Tue, 5 Mar 2024 16:10:02 +0800 Subject: [PATCH 2/2] Update __about__.py --- src/spkg/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spkg/__about__.py b/src/spkg/__about__.py index b5a47be..17a60b1 100644 --- a/src/spkg/__about__.py +++ b/src/spkg/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2024-present xuanzhi33 # # SPDX-License-Identifier: GPL-3.0-only -__version__ = "1.1.3" +__version__ = "1.1.4"