From 6f03802b05380ee676637c91cbd3db904909db3a Mon Sep 17 00:00:00 2001 From: Freed-Wu <32936898+Freed-Wu@users.noreply.github.com> Date: Fri, 7 Feb 2025 18:22:03 +0000 Subject: [PATCH] Apply automatic changes --- pyproject.toml | 2 +- src/xmake/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 804d9dd..98ef0f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" # https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html [project] name = "xmake-wheel" -version = "2.9.7" +version = "2.9.8" description = "A cross-platform build utility based on Lua" readme = "README.md" requires-python = ">= 3.10" diff --git a/src/xmake/__init__.py b/src/xmake/__init__.py index d9379d3..f0cca26 100644 --- a/src/xmake/__init__.py +++ b/src/xmake/__init__.py @@ -2,4 +2,4 @@ `importlib.metadata.version() `_. """ -__version__ = "2.9.7" +__version__ = "2.9.8"