Skip to content

Commit fc657f4

Browse files
ComfyUI version v0.4.0
From now on ComfyUI will do version numbers a bit differently, every stable off the master branch will increment the minor version. Anytime a fix needs to be backported onto a stable version the patch version will be incremented. Example: We release v0.6.0 off the master branch then a day later a bug is discovered and we decide to backport the fix onto the v0.6.0 stable, this will be done in a separate branch in the main repository and this new stable will be tagged v0.6.1
1 parent 791e30f commit fc657f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

comfyui_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This file is automatically generated by the build process when version is
22
# updated in pyproject.toml.
3-
__version__ = "0.3.76"
3+
__version__ = "0.4.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ComfyUI"
3-
version = "0.3.76"
3+
version = "0.4.0"
44
readme = "README.md"
55
license = { file = "LICENSE" }
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)