Skip to content

Commit e45c933

Browse files
johnkerlihnorton
authored andcommitted
Use TileDB 2.17.0 in setup.py (#1823)
1 parent e4bb8d8 commit e45c933

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

misc/azure-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ stages:
77
LIBTILEDB_SHA: dev
88
${{ else }}:
99
TILEDBPY_VERSION: 0.22.3
10-
LIBTILEDB_VERSION: 2.16.3
10+
LIBTILEDB_VERSION: 2.17.0-rc0
1111
LIBTILEDB_SHA: 194b5ae2941d7b6631fba367a7afdd79350332e7
1212
LIBTILEDB_REPO: https://github.com/TileDB-Inc/TileDB
1313
TILEDB_SRC: "$(Build.Repository.Localpath)/tiledb_src"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# - this is for builds-from-source
2525
# - release builds are controlled by `misc/azure-release.yml`
2626
# - this should be set to the current core release, not `dev`
27-
TILEDB_VERSION = "dev"
27+
TILEDB_VERSION = "2.17.0"
2828

2929
# allow overriding w/ environment variable
3030
TILEDB_VERSION = os.environ.get("TILEDB_VERSION") or TILEDB_VERSION

tiledb/cc/enumeration.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ void init_enumeration(py::module &m) {
7474
[](Enumeration &enmr) { return enmr.as_vector<std::string>(); });
7575
}
7676

77-
} // namespace libtiledbcpp
77+
} // namespace libtiledbcpp

0 commit comments

Comments
 (0)