Bump version to v0.0.4 (#1269)

This commit is contained in:
Charlie Marsh 2024-02-09 16:42:17 -05:00 committed by GitHub
parent ffb19b9a52
commit 32aacc35a9
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

@ -2431,7 +2431,7 @@ dependencies = [
[[package]]
name = "puffin"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"anstream",
"anyhow",

View File

@ -1,6 +1,6 @@
[package]
name = "puffin"
version = "0.0.3"
version = "0.0.4"
edition = { workspace = true }
rust-version = { workspace = true }
homepage = { workspace = true }

View File

@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "puffin-alpha"
version = "0.0.3"
version = "0.0.4"
authors = [{ name = "Puffin" }]
requires-python = ">=3.8"
keywords = []