Skip to content

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
roeap committed Apr 10, 2023
1 parent 8dcdb4b commit e674272
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "object-store-python"
version = "0.1.9"
version = "0.1.10"
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/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "object-store-python"
version = "0.1.9"
version = "0.1.10"
description = "A generic object store interface for uniformly interacting with AWS S3, Google Cloud Storage, Azure Storage and local files."
requires-python = ">=3.8"
readme = "README.md"
Expand Down

0 comments on commit e674272

Please sign in to comment.