mirror of https://github.com/astral-sh/uv
Bump version to v0.0.4 (#1269)
This commit is contained in:
parent
ffb19b9a52
commit
32aacc35a9
|
|
@ -2431,7 +2431,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "puffin"
|
name = "puffin"
|
||||||
version = "0.0.3"
|
version = "0.0.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anstream",
|
"anstream",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "puffin"
|
name = "puffin"
|
||||||
version = "0.0.3"
|
version = "0.0.4"
|
||||||
edition = { workspace = true }
|
edition = { workspace = true }
|
||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
homepage = { workspace = true }
|
homepage = { workspace = true }
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "maturin"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "puffin-alpha"
|
name = "puffin-alpha"
|
||||||
version = "0.0.3"
|
version = "0.0.4"
|
||||||
authors = [{ name = "Puffin" }]
|
authors = [{ name = "Puffin" }]
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
keywords = []
|
keywords = []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue