Skip to content

Commit 1c622bd

Browse files
Bump v0.44.1
1 parent 5adc7ce commit 1c622bd

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

oxen-python/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.

oxen-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 = "oxen"
3-
version = "0.44.0"
3+
version = "0.44.1"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

oxen-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
version = "0.44.0"
2+
version = "0.44.1"
33
name = "oxenai"
44
description = "Data version control for machine learning"
55
readme = "README.md"

oxen-python/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

oxen-rust/Cargo.lock

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

oxen-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "Oxen"
3-
version = "0.44.0"
3+
version = "0.44.1"
44
edition = "2021"
55
license-file = "LICENSE"
66
description = "Oxen is a fast, unstructured data version control, to help version large machine learning datasets written in Rust."

oxen-rust/src/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxen-cli"
3-
version = "0.44.0"
3+
version = "0.44.1"
44
edition = "2021"
55

66
[dependencies]

oxen-rust/src/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "liboxen"
3-
version = "0.44.0"
3+
version = "0.44.1"
44
edition = "2021"
55
license-file = "LICENSE"
66
description = "Oxen is a fast, unstructured data version control, to help version datasets, written in Rust."

oxen-rust/src/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxen-server"
3-
version = "0.44.0"
3+
version = "0.44.1"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)