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