Bump version to 0.7.14 (#14218)

This commit is contained in:
Aria Desires 2025-06-23 12:48:51 -04:00 committed by GitHub
parent 2d2dd0c1a3
commit 92de53f4eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 61 additions and 25 deletions

View file

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

View file

@ -1,6 +1,6 @@
[project]
name = "uv-build"
version = "0.7.13"
version = "0.7.14"
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.7.13"
version = "0.7.14"
edition = { workspace = true }
rust-version = { workspace = true }
homepage = { workspace = true }

View file

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