Skip to content

Commit

Permalink
Fix versions for setup.py and daily-numpy (#1908)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Mar 2, 2024
1 parent 42c8e3d commit 7d77872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/daily-test-build-numpy.yml
Expand Up @@ -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' }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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 = (
Expand Down

0 comments on commit 7d77872

Please sign in to comment.