Skip to content

Commit f2f8134

Browse files
committed
Bump version to v3.0
Why these changes are being introduced: The shift to elevating dataset metadata as an expected and required asset, and utilizing DuckDB context's for metadata and data retrieval is a sizable and breaking change. Feels like this warrants a major version bump. How this addresses that need: * Bumps internal library version to 3.0 Side effects of this change: * `make update` commands from TIMDEX components will pickup this new version Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/TIMX-537
1 parent 4ccc90a commit f2f8134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timdex_dataset_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from timdex_dataset_api.metadata import TIMDEXDatasetMetadata
55
from timdex_dataset_api.record import DatasetRecord
66

7-
__version__ = "2.3.0"
7+
__version__ = "3.0.0"
88

99
__all__ = [
1010
"DatasetRecord",

0 commit comments

Comments
 (0)