Skip to content

Commit

Permalink
bump to 0.2.0-beta.2 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Aug 7, 2024
1 parent 1834f75 commit bde57e2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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 arro3-compute/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arro3-compute"
version = "0.2.0-beta.1"
version = "0.2.0-beta.2"
authors = ["Kyle Barron <kylebarron2@gmail.com>"]
edition = "2021"
description = "Rust-based compute kernels for Arrow in Python."
Expand Down
2 changes: 1 addition & 1 deletion arro3-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arro3-core"
version = "0.2.0-beta.1"
version = "0.2.0-beta.2"
authors = ["Kyle Barron <kylebarron2@gmail.com>"]
edition = "2021"
description = "Core library for representing Arrow data in Python."
Expand Down
2 changes: 1 addition & 1 deletion arro3-io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arro3-io"
version = "0.2.0-beta.1"
version = "0.2.0-beta.2"
authors = ["Kyle Barron <kylebarron2@gmail.com>"]
edition = "2021"
description = "Rust-based readers and writers for Arrow in Python."
Expand Down

0 comments on commit bde57e2

Please sign in to comment.