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. + 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"