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"] -