Skip to content

Commit

Permalink
chore: bump versions (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
roeap authored Aug 5, 2024
1 parent f8c2b22 commit 6628823
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 object-store-internal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "object-store-internal"
version = "0.1.10"
version = "0.2.0"
edition = "2021"
authors = ["Robert Pack <[email protected]>"]
description = "A generic object store interface for uniformly interacting with AWS S3, Google Cloud Storage, Azure Storage and local files."
Expand Down
2 changes: 1 addition & 1 deletion object-store/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "object-store-python"
version = "0.1.10"
version = "0.2.0"
edition = "2021"
authors = ["Robert Pack <[email protected]>"]
description = "A generic object store interface for uniformly interacting with AWS S3, Google Cloud Storage, Azure Storage and local files."
Expand Down

0 comments on commit 6628823

Please sign in to comment.