We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14313ff commit edd200aCopy full SHA for edd200a
__init__.py
@@ -7,4 +7,4 @@
7
8
__author__ = """springjk"""
9
__email__ = "chinese.jk@gmail.com"
10
-__version__ = "1.0.0"
+__version__ = "0.1.0"
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "psutil-container-memory-patch"
3
description = "Make comfyui get correct memory information in the container (psutil monkey path)"
4
-version = "1.0.0"
+version = "0.1.0"
5
license = { file = "LICENSE.txt" }
6
dependencies = []
0 commit comments