diff --git a/comfy/__init__.py b/comfy/__init__.py index aa4cd1514..91c67cc1a 100644 --- a/comfy/__init__.py +++ b/comfy/__init__.py @@ -1 +1 @@ -__version__ = "0.3.10" +__version__ = "0.3.11" diff --git a/setup.py b/setup.py index 133b2ce16..77df620a1 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ package_name = "comfyui" """ The current version. """ -version = "0.3.10" +version = "0.3.11" """ The package index to the torch built with AMD ROCm.