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

Commit 74a5441

Browse files
authored
release 0.5.2 (#48)
1 parent 0fe08fe commit 74a5441

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "datafusion-python"
20-
version = "0.5.1"
20+
version = "0.5.2"
2121
homepage = "https://github.com/apache/arrow"
2222
repository = "https://github.com/apache/arrow"
2323
authors = ["Apache Arrow <[email protected]>"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ You can verify the installation by running:
140140
```python
141141
>>> import datafusion
142142
>>> datafusion.__version__
143-
'0.5.1'
143+
'0.5.2'
144144
```
145145

146146
## How to develop

0 commit comments

Comments
 (0)