diff --git a/pixi.lock b/pixi.lock index a4b6f79..ad9e11e 100644 --- a/pixi.lock +++ b/pixi.lock @@ -1293,9 +1293,9 @@ packages: requires_python: '>=3.8' - kind: pypi name: pyarrow-stubs - version: '17.0' + version: '17.1' path: . - sha256: 3eb6559480f006ce275008e5cb7c66dbbe02d1f06ee3d43db2b848f8d729f9a7 + sha256: c582e2fa0461b080db71e3b934fab51048a58192a424f5d0e7c3db0b32541141 requires_dist: - pyarrow>=17 requires_python: '>=3.8,<4' diff --git a/pyproject.toml b/pyproject.toml index 6918ea7..c930a9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [project] name = "pyarrow-stubs" -version = "17.0" +version = "17.1" description = "Type annotations for pyarrow" authors = [{ name = "ZhengYu, Xu", email = "zen-xu@outlook.com" }] license = "BSD-2-Clause"