update version number (#2199)

This commit is contained in:
Lincoln Stein 2023-01-01 14:26:55 -05:00 committed by GitHub
parent 3929bd3e13
commit c3f82d4481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,7 @@ from ldm.invoke.concepts_lib import Concepts
from omegaconf import OmegaConf
from pathlib import Path
import pyparsing
import ldm.invoke
# global used in multiple functions (fix)
infile = None
@ -51,6 +52,7 @@ def main():
print(f'** This script will now exit.')
sys.exit(-1)
print(f'>> {ldm.invoke.__app_name__} {ldm.invoke.__version__}')
print(f'>> InvokeAI runtime directory is "{Globals.root}"')
# loading here to avoid long delays on startup

View File

@ -1,3 +1,3 @@
__app_id__= 'invoke-ai/InvokeAI'
__app_name__= 'InvokeAI'
__version__='2.2.4'
__version__='2.2.5'