Skip to content

Commit

Permalink
Fix python ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Mar 25, 2022
1 parent ac7a87d commit a88054d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions bindings/pydeck/pyproject.toml
@@ -1,10 +1,12 @@
[project]
name = "pydeck"
version = "0.3.0"
version = "0.7.1"
requires-python = ">=3.7"

[build-system]
requires = [
"setuptools",
"wheel",
"setuptools",
"wheel",
]

[tool.black]
Expand Down

0 comments on commit a88054d

Please sign in to comment.