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