Skip to content

Commit

Permalink
Set TileDB target version to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Dec 13, 2019
1 parent 6317d52 commit 6183e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_zipfile(url):
from sys import version_info as ver

# Target branch
TILEDB_VERSION = "dev"
TILEDB_VERSION = "1.7.2"
# allow overriding w/ environment variable
TILEDB_VERSION = os.environ.get("TILEDB_VERSION") or TILEDB_VERSION

Expand Down

0 comments on commit 6183e35

Please sign in to comment.