mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
c855d2a350
* update version number * print version number at startup * move version number into ldm/invoke/_version.py * bump version to 2.2.6+a0 * handle whitespace better * resolve issues raised by mauwii during PR review
4 lines
92 B
Python
4 lines
92 B
Python
from ._version import __version__
|
|
|
|
__app_id__= 'invoke-ai/InvokeAI'
|
|
__app_name__= 'InvokeAI' |