Bump version to v0.1.6 (#1736)

This commit is contained in:
Charlie Marsh
2024-02-20 12:22:26 -05:00
committed by GitHub
parent 8cbeab7107
commit ede2828fde
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -4158,7 +4158,7 @@ checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
[[package]]
name = "uv"
version = "0.1.5"
version = "0.1.6"
dependencies = [
"anstream",
"anyhow",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv"
version = "0.1.5"
version = "0.1.6"
edition = { workspace = true }
rust-version = { workspace = true }
homepage = { workspace = true }
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "uv"
version = "0.1.5"
version = "0.1.6"
description = "An extremely fast Python package installer and resolver, written in Rust."
authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }]
requires-python = ">=3.8"