Skip to content

Commit 901ff5d

Browse files
committed
Bump version to 0.40.0
1 parent f01c717 commit 901ff5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/viam/app/data_client.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ async def tabular_data_by_mql(
364364
Args:
365365
organization_id (str): The ID of the organization that owns the data.
366366
You can obtain your organization ID from the Viam app's organization settings page.
367-
query (Union[List[bytes], List[Dict[str, Any]]]): The MQL query to run, as a list of MongoDB aggregation pipeline stages.
368-
Note: Each stage can be provided as either a dictionary or raw BSON bytes, but support for bytes will be removed in the future,
367+
query (Union[List[bytes], List[Dict[str, Any]]]): The MQL query to run, as a list of MongoDB aggregation pipeline stages.
368+
Note: Each stage can be provided as either a dictionary or raw BSON bytes, but support for bytes will be removed in the future,
369369
so using a dictionary is preferred.
370370
371371
Returns:

src/viam/version_metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.39.0"
1+
__version__ = "0.40.0"
22

33
API_VERSION = "v0.1.391"
44
SDK_VERSION = __version__

0 commit comments

Comments
 (0)