Bump version to 0.9.1 (#16212)

Archives the 0.8.x changelog too.
This commit is contained in:
Zanie Blue 2025-10-09 13:28:59 -05:00 committed by GitHub
parent 628eedea36
commit 9887ef5bd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 1178 additions and 808 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "uv-build"
version = "0.9.0"
version = "0.9.1"
edition = { workspace = true }
rust-version = { workspace = true }
homepage = { workspace = true }

View file

@ -1,6 +1,6 @@
[project]
name = "uv-build"
version = "0.9.0"
version = "0.9.1"
description = "The uv build backend"
authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }]
requires-python = ">=3.8"