Skip to content

Commit

Permalink
bump v0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gschoeni committed Dec 21, 2024
1 parent a0c4ccb commit 9ff90b0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "Oxen"
version = "0.24.0"
version = "0.24.1"
edition = "2021"
license-file = "LICENSE"
description = "Oxen is a fast, unstructured data version control, to help version large machine learning datasets written in Rust."
Expand Down
2 changes: 1 addition & 1 deletion src/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oxen-cli"
version = "0.24.0"
version = "0.24.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "liboxen"
version = "0.24.0"
version = "0.24.1"
edition = "2021"
license-file = "LICENSE"
description = "Oxen is a fast, unstructured data version control, to help version datasets, written in Rust."
Expand Down
2 changes: 1 addition & 1 deletion src/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oxen-server"
version = "0.24.0"
version = "0.24.1"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 9ff90b0

Please sign in to comment.