mirror of
https://github.com/astral-sh/uv.git
synced 2025-09-28 13:04:47 +00:00
Bump version to v0.0.2 (#987)
Bumping the version so that I can test the release process again (including PyPI publish).
This commit is contained in:
parent
fe180804b5
commit
732ef7adb7
4 changed files with 3 additions and 6 deletions
3
.github/workflows/build-docker.yml
vendored
3
.github/workflows/build-docker.yml
vendored
|
@ -15,9 +15,6 @@ on:
|
||||||
type: string
|
type: string
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
# When we change pyproject.toml, we want to ensure that the maturin builds still work.
|
|
||||||
- pyproject.toml
|
|
||||||
# And when we change this workflow itself...
|
|
||||||
- .github/workflows/build-docker.yml
|
- .github/workflows/build-docker.yml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2254,7 +2254,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "puffin"
|
name = "puffin"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anstream",
|
"anstream",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "puffin"
|
name = "puffin"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
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.1"
|
version = "0.0.2"
|
||||||
authors = [{ name = "Puffin" }]
|
authors = [{ name = "Puffin" }]
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.7"
|
||||||
keywords = []
|
keywords = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue