Skip to content

Commit af619ff

Browse files
author
Tony Dorfmeister
committed
strips dev tag
1 parent 33e555a commit af619ff

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.5-dev"
3+
__version__ = "0.0.5"

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.5-dev"
3+
version = "0.0.5"
44

55
client_dir = "ayon_comfyui"
66

0 commit comments

Comments
 (0)