Skip to content

Commit be9a45e

Browse files
Update __about__.py
1 parent 5fc72a4 commit be9a45e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

minds/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
__title__ = 'Minds SDK'
1+
__title__ = 'minds_sdk'
22
__package_name__ = 'minds'
33
__version__ = '0.1.0'
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'
77
__github__ = 'https://github.com/mindsdb/minds_python_sdk'
88
__pypi__ = 'https://pypi.org/project/mindsdb/'
9-
__copyright__ = 'Copyright 2024-MindsDB'
9+
__copyright__ = 'Copyright 2024-MindsDB'

0 commit comments

Comments
 (0)