Bump version to 0.7.19 (#14431)

This commit is contained in:
Zanie Blue 2025-07-02 16:19:52 -05:00 committed by GitHub
parent 71b5ba13d7
commit 38ee6ec800
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 68 additions and 29 deletions

View file

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

View file

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

View file

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