From dda49be8d0c87c7b5515f7dd6bbf92ab0ee481bb Mon Sep 17 00:00:00 2001 From: zackees Date: Mon, 22 Jun 2026 14:59:01 -0700 Subject: [PATCH] chore: bump version to 2.3.1 --- Cargo.toml | 2 +- pyproject.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a5b19c8a..2e69ad40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ exclude = ["dylints/ban_raw_subprocess"] libraries = [{ path = "dylints/*" }] [workspace.package] -version = "2.3.0" +version = "2.3.1" edition = "2021" rust-version = "1.94.1" license = "MIT OR Apache-2.0" diff --git a/pyproject.toml b/pyproject.toml index 02581f33..0678691e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fbuild" -version = "2.3.0" +version = "2.3.1" description = "PlatformIO-compatible embedded build tool (Rust implementation)" readme = "README.md" requires-python = ">=3.10" @@ -81,4 +81,3 @@ include-package-data = true # wrapper). See #746. [tool.setuptools.package-data] fbuild = ["_native.pyd", "_native.so"] -