We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fb74b commit 3c66273Copy full SHA for 3c66273
client/ayon_comfyui/version.py
@@ -1,3 +1,3 @@
1
# -*- coding: utf-8 -*-
2
"""Package declaring ComfyUI addon version."""
3
-__version__ = "0.0.7-dev"
+__version__ = "0.0.7"
package.py
@@ -1,6 +1,6 @@
name = "comfyui"
title = "ComfyUI"
-version = "0.0.7-dev"
+version = "0.0.7"
4
5
client_dir = "ayon_comfyui"
6
0 commit comments