Skip to content

Commit 39a73c6

Browse files
committed
v1 release
Why these changes are being introduced: As the parquet dataset architecture is getting promoted to production, it felt like a suitable time for a 1.0 release that would mark this library's first real usage. Relevant ticket(s): * None
1 parent bd408dc commit 39a73c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

timdex_dataset_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from timdex_dataset_api.dataset import TIMDEXDataset
44
from timdex_dataset_api.record import DatasetRecord
55

6-
__version__ = "0.10.0"
6+
__version__ = "1.0.0"
77

88
__all__ = [
99
"DatasetRecord",

0 commit comments

Comments
 (0)