Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist committed Apr 4, 2022
1 parent 0fe08fe commit 0b5d501
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "datafusion-python"
version = "0.5.1"
version = "0.5.2"
homepage = "https://github.com/apache/arrow"
repository = "https://github.com/apache/arrow"
authors = ["Apache Arrow <dev@arrow.apache.org>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ You can verify the installation by running:
```python
>>> import datafusion
>>> datafusion.__version__
'0.5.1'
'0.5.2'
```

## How to develop
Expand Down

0 comments on commit 0b5d501

Please sign in to comment.