From 69bf74a177e26ad943f211d12488e28aa7d57452 Mon Sep 17 00:00:00 2001 From: Arkueid Date: Thu, 26 Dec 2024 18:43:47 +0800 Subject: [PATCH] v0.3.1 --- .github/workflows/publish-above-py310-.yml | 2 +- .github/workflows/publish-under-py310.yml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-above-py310-.yml b/.github/workflows/publish-above-py310-.yml index d6b4b6af..c63d9f11 100644 --- a/.github/workflows/publish-above-py310-.yml +++ b/.github/workflows/publish-above-py310-.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} architecture: ${{ matrix.architecture }} diff --git a/.github/workflows/publish-under-py310.yml b/.github/workflows/publish-under-py310.yml index 224fdcb6..9d39bc9d 100644 --- a/.github/workflows/publish-under-py310.yml +++ b/.github/workflows/publish-under-py310.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} architecture: ${{ matrix.architecture }} diff --git a/setup.py b/setup.py index 85f1e98e..1bba61fe 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from setuptools.command.build_ext import build_ext NAME = "live2d-py" -VERSION = "0.3.0" # TODO: edit before push +VERSION = "0.3.1" # TODO: edit before push DESCRIPTION = "Live2D Python SDK" LONG_DESCRIPTION = open("README.md", "r", encoding="utf-8").read() AUTHOR = "Arkueid"