Bump to v0.0.5 for pre-release (#1324)

This is easier than figuring out the version parsing.
This commit is contained in:
Charlie Marsh 2024-02-15 13:33:34 -05:00 committed by GitHub
parent 458b4f2dde
commit 0579a04014
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -4062,7 +4062,7 @@ checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
[[package]] [[package]]
name = "uv" name = "uv"
version = "0.1.0-prerelease.1" version = "0.0.5"
dependencies = [ dependencies = [
"anstream", "anstream",
"anyhow", "anyhow",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv" name = "uv"
version = "0.1.0-prerelease.1" version = "0.0.5"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }
homepage = { workspace = true } homepage = { workspace = true }

View File

@ -4,7 +4,7 @@ build-backend = "maturin"
[project] [project]
name = "uv" name = "uv"
version = "0.1.0rc1" version = "0.0.5"
description = "An extremely fast Python package installer and resolver, written in Rust." description = "An extremely fast Python package installer and resolver, written in Rust."
authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }] authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }]
requires-python = ">=3.8" requires-python = ">=3.8"