Skip to content

Commit edd200a

Browse files
committed
release 0.1.0
fix wrong tag 1.0.0
1 parent 14313ff commit edd200a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
__author__ = """springjk"""
99
__email__ = "chinese.jk@gmail.com"
10-
__version__ = "1.0.0"
10+
__version__ = "0.1.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "psutil-container-memory-patch"
33
description = "Make comfyui get correct memory information in the container (psutil monkey path)"
4-
version = "1.0.0"
4+
version = "0.1.0"
55
license = { file = "LICENSE.txt" }
66
dependencies = []
77

0 commit comments

Comments
 (0)