From 2aad9048662e6e13eddc65b9084db66eb03e0436 Mon Sep 17 00:00:00 2001 From: "ZhengYu, Xu" Date: Thu, 5 Sep 2024 08:10:07 +0800 Subject: [PATCH] release 17.1 (#69) --- pixi.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"