Skip to content

Commit

Permalink
Use TileDB 2.17.0 in setup.py (#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl authored and ihnorton committed Sep 14, 2023
1 parent e4bb8d8 commit e45c933
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion misc/azure-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ stages:
LIBTILEDB_SHA: dev
${{ else }}:
TILEDBPY_VERSION: 0.22.3
LIBTILEDB_VERSION: 2.16.3
LIBTILEDB_VERSION: 2.17.0-rc0
LIBTILEDB_SHA: 194b5ae2941d7b6631fba367a7afdd79350332e7
LIBTILEDB_REPO: https://github.com/TileDB-Inc/TileDB
TILEDB_SRC: "$(Build.Repository.Localpath)/tiledb_src"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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 = "dev"
TILEDB_VERSION = "2.17.0"

# allow overriding w/ environment variable
TILEDB_VERSION = os.environ.get("TILEDB_VERSION") or TILEDB_VERSION
Expand Down
2 changes: 1 addition & 1 deletion tiledb/cc/enumeration.cc
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ void init_enumeration(py::module &m) {
[](Enumeration &enmr) { return enmr.as_vector<std::string>(); });
}

} // namespace libtiledbcpp
} // namespace libtiledbcpp

0 comments on commit e45c933

Please sign in to comment.