Skip to content

Commit c4a17b9

Browse files
committed
use 0.1.0
1 parent 9867dd2 commit c4a17b9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

bindings/python/pyproject.toml

+2-6
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-backend = "maturin"
2121

2222
[project]
2323
name = "pyiceberg_core"
24-
version = "0.0.1"
24+
version = "0.1.0"
2525
readme = "project-description.md"
2626
classifiers = [
2727
"Development Status :: 4 - Beta",
@@ -43,11 +43,7 @@ module-name = "pyiceberg_core.pyiceberg_core_rust"
4343
ignore = ["F403", "F405"]
4444

4545
[tool.hatch.envs.dev]
46-
dependencies = [
47-
"maturin>=1.0,<2.0",
48-
"pytest>=8.3.2",
49-
"pyarrow>=17.0.0",
50-
]
46+
dependencies = ["maturin>=1.0,<2.0", "pytest>=8.3.2", "pyarrow>=17.0.0"]
5147

5248
[tool.hatch.envs.dev.scripts]
5349
develop = "maturin develop"

0 commit comments

Comments
 (0)