bump version

pull/23/head
dvruette 2023-08-22 23:32:02 +02:00
parent 4acfc77806
commit a11b97406d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ from scripts.helpers import WebUiComponents
from scripts.patching import patch_unet_forward_pass, unpatch_unet_forward_pass
__version__ = "0.4.2"
__version__ = "0.5.0"
DEBUG = os.getenv("DEBUG", "false").lower() in ("true", "1")