Skip to content

Commit

Permalink
Bump Python bindings version (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
fvaleye authored Apr 5, 2021
1 parent 9f5c42f commit c6d49ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deltalake-python"
version = "0.4.4"
version = "0.4.5"
authors = ["Qingping Hou <[email protected]>"]
homepage = "https://github.com/delta-io/delta-rs"
license = "Apache-2.0"
Expand Down Expand Up @@ -40,6 +40,7 @@ classifier = [
project-url = { Repo = "https://github.com/delta-io/delta-rs" }
requires-dist = [
"pyarrow>=2",
'numpy<1.20.0;python_version<="3.6"',
"pandas; extra =='pandas'",
"pytest; extra == 'devel'",
"pytest-mock; extra == 'devel'",
Expand Down

0 comments on commit c6d49ae

Please sign in to comment.