We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4aa7847 + be03e66 commit eb11309Copy full SHA for eb11309
2 files changed
CHANGELOG.md
@@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
16
### Removed
17
18
+## [2.0.2] - 2026-01-22
19
+
20
+### Fixed
21
+- Fixed the project name to match existing node pack name
22
+- Increased the minimum required Python version to 3.10
23
24
## [2.0.1] - 2026-01-22
25
26
### Changed
pyproject.toml
@@ -1,9 +1,9 @@
1
[project]
2
-name = "comfyui-rtx-remix"
+name = "ComfyUI-RTX-Remix"
3
description = "Use ComfyUI with the RTX Remix Toolkit to remaster classic games."
4
-version = "2.0.1"
+version = "2.0.2"
5
license = { file = "LICENSE" }
6
-requires-python = ">=3.9"
+requires-python = ">=3.10"
7
dependencies = [
8
"comfyui-frontend-package>=1.24.4",
9
"huggingface-hub",
0 commit comments