From c4a17b99c271c555468d42bc9d469e74e53ec830 Mon Sep 17 00:00:00 2001 From: Sung Yun <107272191+sungwy@users.noreply.github.com> Date: Wed, 27 Nov 2024 19:34:35 +0000 Subject: [PATCH] use 0.1.0 --- bindings/python/pyproject.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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"