From 79b39a5870c7d9046234691584ebf25004034922 Mon Sep 17 00:00:00 2001 From: "ZhengYu, Xu" Date: Wed, 4 Sep 2024 17:12:54 +0800 Subject: [PATCH] Version follows the version of pyarrow (#66) --- pixi.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pixi.lock b/pixi.lock index 49e0873..a4b6f79 100644 --- a/pixi.lock +++ b/pixi.lock @@ -1293,9 +1293,9 @@ packages: requires_python: '>=3.8' - kind: pypi name: pyarrow-stubs - version: 2024.9.4 + version: '17.0' path: . - sha256: 91210263f15bd6586505998148944929b2ebb5a1fd3b9754ffcacf35ebbd61e3 + sha256: 3eb6559480f006ce275008e5cb7c66dbbe02d1f06ee3d43db2b848f8d729f9a7 requires_dist: - pyarrow>=17 requires_python: '>=3.8,<4' diff --git a/pyproject.toml b/pyproject.toml index 2b05570..6918ea7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [project] name = "pyarrow-stubs" -version = "2024.9.4" +version = "17.0" description = "Type annotations for pyarrow" authors = [{ name = "ZhengYu, Xu", email = "zen-xu@outlook.com" }] license = "BSD-2-Clause"