Skip to content

Commit ff72b68

Browse files
Merge branch 'main' into command-line-sdk
2 parents dd70451 + 5398a5f commit ff72b68

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ client.datasources.drop('my_datasource')
150150
>Note: The SDK currently does not support automatically removing a data source if it is no longer connected to any mind.
151151
152152
### Other SDKs
153+
- [Dart-SDK](https://github.com/ArnavK-09/mdb_dart)
153154

154155
#### Command Line Tools
155156
- [Minds CLI](https://github.com/Better-Boy/minds-cli-sdk)
157+
158+

minds/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = 'minds_sdk'
22
__package_name__ = 'minds'
3-
__version__ = '1.0.8'
3+
__version__ = '1.0.9'
44
__description__ = 'An AI-Data Mind is an LLM with the built-in power to answer data questions for Agents'
55
__email__ = '[email protected]'
66
__author__ = 'MindsDB Inc'

0 commit comments

Comments
 (0)