Skip to content

Commit eb11309

Browse files
committed
Merge branch 'dev/ptrottier/fix-publishing' into 'main'
Fix publishing Actions See merge request lightspeedrtx/lss-ai-tools/comfyui-rtx_remix!38
2 parents 4aa7847 + be03e66 commit eb11309

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Removed
1717

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+
1824
## [2.0.1] - 2026-01-22
1925

2026
### Changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
2-
name = "comfyui-rtx-remix"
2+
name = "ComfyUI-RTX-Remix"
33
description = "Use ComfyUI with the RTX Remix Toolkit to remaster classic games."
4-
version = "2.0.1"
4+
version = "2.0.2"
55
license = { file = "LICENSE" }
6-
requires-python = ">=3.9"
6+
requires-python = ">=3.10"
77
dependencies = [
88
"comfyui-frontend-package>=1.24.4",
99
"huggingface-hub",

0 commit comments

Comments
 (0)