File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
LIBTILEDB_SHA : dev
8
8
${{ else }} :
9
9
TILEDBPY_VERSION : 0.22.3
10
- LIBTILEDB_VERSION : 2.16.3
10
+ LIBTILEDB_VERSION : 2.17.0-rc0
11
11
LIBTILEDB_SHA : 194b5ae2941d7b6631fba367a7afdd79350332e7
12
12
LIBTILEDB_REPO : https://github.com/TileDB-Inc/TileDB
13
13
TILEDB_SRC : " $(Build.Repository.Localpath)/tiledb_src"
Original file line number Diff line number Diff line change 24
24
# - this is for builds-from-source
25
25
# - release builds are controlled by `misc/azure-release.yml`
26
26
# - this should be set to the current core release, not `dev`
27
- TILEDB_VERSION = "dev "
27
+ TILEDB_VERSION = "2.17.0 "
28
28
29
29
# allow overriding w/ environment variable
30
30
TILEDB_VERSION = os .environ .get ("TILEDB_VERSION" ) or TILEDB_VERSION
Original file line number Diff line number Diff line change @@ -74,4 +74,4 @@ void init_enumeration(py::module &m) {
74
74
[](Enumeration &enmr) { return enmr.as_vector <std::string>(); });
75
75
}
76
76
77
- } // namespace libtiledbcpp
77
+ } // namespace libtiledbcpp
You can’t perform that action at this time.
0 commit comments