Bump verison to 0.6.16 (#13042)

Includes #13041 

Also reverts https://github.com/astral-sh/uv/pull/13036
This commit is contained in:
Zanie Blue 2025-04-21 22:53:08 -05:00 committed by GitHub
parent 534953290b
commit d8ad9d3cd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 29 additions and 24 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "uv-build"
version = "0.6.15"
version = "0.6.16"
edition.workspace = true
rust-version.workspace = true
homepage.workspace = true

View file

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

View file

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

View file

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