Skip to content

Commit 75f266f

Browse files
committed
Bumped version for v0.5.0 release
1 parent 8e728d6 commit 75f266f

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ro-crate-rs"
3-
version = "0.4.12"
3+
version = "0.5.0"
44
edition = "2024"
55
repository = "https://github.com/intbio-ncl/ro-crate-rs"
66
authors = ["Matt Burridge <m.burridge1@newcastle.ac.uk>"]

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ro-crate-rs-cli"
3-
version = "0.4.12"
3+
version = "0.5.0"
44
edition = "2021"
55
repository = "https://github.com/intbio-ncl/ro-crate-rs"
66
authors = ["Matt Burridge <m.burridge1@newcastle.ac.uk>"]
@@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
ro-crate-rs = {path = "../", version = "0.4.12"}
16+
ro-crate-rs = {path = "../", version = "0.5.0"}
1717
clap = { version = "4.5.53", features = ["derive"] }
1818
chrono = { workspace = true }
1919
serde_json = { workspace = true }

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rocraters-python"
3-
version = "0.4.8"
3+
version = "0.5.0"
44
edition = "2021"
55
authors = ["Matt Burridge <m.burridge1@newcastle.ac.uk>"]
66
description = "Lightweight Python library for RO-Crate manipulation implemented in Rust"

0 commit comments

Comments
 (0)