Skip to content

Commit

Permalink
use 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sungwy committed Nov 27, 2024
1 parent 9867dd2 commit c4a17b9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build-backend = "maturin"

[project]
name = "pyiceberg_core"
version = "0.0.1"
version = "0.1.0"
readme = "project-description.md"
classifiers = [
"Development Status :: 4 - Beta",
Expand All @@ -43,11 +43,7 @@ module-name = "pyiceberg_core.pyiceberg_core_rust"
ignore = ["F403", "F405"]

[tool.hatch.envs.dev]
dependencies = [
"maturin>=1.0,<2.0",
"pytest>=8.3.2",
"pyarrow>=17.0.0",
]
dependencies = ["maturin>=1.0,<2.0", "pytest>=8.3.2", "pyarrow>=17.0.0"]

[tool.hatch.envs.dev.scripts]
develop = "maturin develop"
Expand Down

0 comments on commit c4a17b9

Please sign in to comment.