From 7d7787280f33d15ceff81f8d7c02d4b9c00b3623 Mon Sep 17 00:00:00 2001 From: Isaiah Norton Date: Sat, 2 Mar 2024 16:41:18 -0500 Subject: [PATCH] Fix versions for setup.py and daily-numpy (#1908) --- .github/workflows/daily-test-build-numpy.yml | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/daily-test-build-numpy.yml b/.github/workflows/daily-test-build-numpy.yml index 6b181fa447..4f897e4f51 100644 --- a/.github/workflows/daily-test-build-numpy.yml +++ b/.github/workflows/daily-test-build-numpy.yml @@ -32,6 +32,7 @@ jobs: numpy-version: "1.16.5" fail-fast: false env: + TILEDB_VERSION: 'release-2.20' # 11.7 necessary due to: https://github.com/actions/setup-python/issues/682#issuecomment-1604261330 #MACOSX_DEPLOYMENT_TARGET: "10.15" MACOSX_DEPLOYMENT_TARGET: ${{ matrix.os == 'macos-11' && contains(fromJson('["3.7", "3.8"]'), matrix.python-version) && '11.7' || '11' }} diff --git a/setup.py b/setup.py index 3b17d213d1..b5b03981eb 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ # - this is for builds-from-source # - release builds are controlled by `misc/azure-release.yml` # - this should be set to the current core release, not `dev` -TILEDB_VERSION = "2.20.0" +TILEDB_VERSION = "2.20.1" # allow overriding w/ environment variable TILEDB_VERSION = (