Skip to content

Commit 204a5f8

Browse files
author
Tony Dorfmeister
committed
strips dev tag
1 parent 7c26d94 commit 204a5f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/ayon_comfyui/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22
"""Package declaring ComfyUI addon version."""
3-
__version__ = "0.0.6-dev"
3+
__version__ = "0.0.6"

package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "comfyui"
22
title = "ComfyUI"
3-
version = "0.0.6-dev"
3+
version = "0.0.6"
44

55
client_dir = "ayon_comfyui"
66

0 commit comments

Comments
 (0)