From 63ae17f7cf4524ff0af7a708c069a86060734227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Perceval=20Wajsb=C3=BCrt?= Date: Wed, 14 Feb 2024 22:51:21 +0100 Subject: [PATCH 1/2] chore: bump version to 0.3.3 --- docs/benchmark.md | 2 +- foldedtensor/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/benchmark.md b/docs/benchmark.md index 531152b..21b4e4a 100644 --- a/docs/benchmark.md +++ b/docs/benchmark.md @@ -9,7 +9,7 @@ and working with nested lists and tensors. Versions: - `torch.__version__ == '2.0.1'` -- `foldedtensor.__version__ == '0.3.2'` +- `foldedtensor.__version__ == '0.3.3'` ## Case 1 (pad variable lengths nested list) diff --git a/foldedtensor/__init__.py b/foldedtensor/__init__.py index 4486f69..b37284f 100644 --- a/foldedtensor/__init__.py +++ b/foldedtensor/__init__.py @@ -21,7 +21,7 @@ from . import _C -__version__ = "0.3.2" +__version__ = "0.3.3" # noinspection PyMethodOverriding From 634f933f21f9a25436ae7781d35881670de6600d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Perceval=20Wajsb=C3=BCrt?= Date: Wed, 14 Feb 2024 22:59:28 +0100 Subject: [PATCH 2/2] fix: bump cibuildwheel to v2.16.5 --- .github/workflows/test-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index e7f5449..7fc049f 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v2 - name: Build wheels - uses: pypa/cibuildwheel@v2.13.1 + uses: pypa/cibuildwheel@v2.16.5 env: CIBW_ARCHS_MACOS: ${{ matrix.arch }}