Skip to content

Commit 029506e

Browse files
committed
Bump version to 2.1.0
1 parent 6e89599 commit 029506e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ def dataset_with_same_day_runs(tmp_path) -> TIMDEXDataset:
185185
(100, "alma", "2025-01-01", "full", "index", "run-1", "2025-01-01T01:00:00"),
186186
(75, "alma", "2025-01-01", "full", "index", "run-2", "2025-01-01T02:00:00"),
187187
(10, "alma", "2025-01-01", "daily", "index", "run-3", "2025-01-01T03:00:00"),
188-
(20, "alma", "2025-01-02", "daily", "index", "run-4", "2025-01-01T04:00:00"),
189-
(5, "alma", "2025-01-02", "daily", "delete", "run-5", "2025-01-01T05:00:00"),
188+
(20, "alma", "2025-01-02", "daily", "index", "run-4", "2025-01-02T01:00:00"),
189+
(5, "alma", "2025-01-02", "daily", "delete", "run-5", "2025-01-02T02:00:00"),
190190
]
191191
)
192192

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__ = "2.0.0"
6+
__version__ = "2.1.0"
77

88
__all__ = [
99
"DatasetRecord",

0 commit comments

Comments
 (0)