Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-krystianc committed Jan 24, 2024
1 parent 76f0d5b commit 4cacaf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PalletJack reduces the amount of metadata bytes that need to be read and decoded

## Required:

- pyarrow >= 14
- pyarrow ~= 15.0

PalletJack operates on top of pyarrow, making it an essential requirement for both building and using PalletJack. While our source package is compatible with recent versions of pyarrow, the binary distribution package specifically requires the latest major version of pyarrow.

Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "palletjack"
version = "1.0.1"
version = "1.0.2"
authors = [
{ name="Marcin Krystianc", email="[email protected]" },
]
Expand Down

0 comments on commit 4cacaf4

Please sign in to comment.