We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4872b36 commit d20d289Copy full SHA for d20d289
2 files changed
CHANGELOG.md
@@ -15,3 +15,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
- Made label and expression parameters optional in attribute api response
16
## [0.0.9] - 2025-12-09
17
- Perfomance optimizations
18
+## [0.1.0] - 2025-12-10
19
+Time serires data made optional
dataquery/__init__.py
@@ -14,7 +14,7 @@
14
For more information, visit: https://github.com/dataquery/dataquery-sdk
"""
-__version__ = "0.0.9"
+__version__ = "0.1.0"
__author__ = "DATAQUERY SDK Team"
__email__ = "dataquery@jpmorgan.com"
20
__license__ = "MIT"
0 commit comments