diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index 058415a1b..c0ade9398 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -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", @@ -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"