Skip to content

Commit 3a6384d

Browse files
Bump version to 0.6.3-rc.45
1 parent 6f55dd4 commit 3a6384d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Install Python dependencies
3535
env:
36-
NODETOOL_CORE_REF: v0.6.3-rc.44
36+
NODETOOL_CORE_REF: v0.6.3-rc.45
3737
run: |
3838
python -m pip install --upgrade pip
3939
pip install "nodetool-core @ git+https://github.com/nodetool-ai/nodetool-core.git@${NODETOOL_CORE_REF}"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "nodetool-huggingface"
7-
version = "0.6.3-rc.44"
7+
version = "0.6.3-rc.45"
88
description = "HuggingFace nodes for Nodetool"
99
readme = "README.md"
1010
authors = [{ name = "Matthias Georgi", email = "matti.georgi@gmail.com" }]
1111
requires-python = ">=3.11"
1212

1313
dependencies = [
14-
"nodetool-core==0.6.3-rc.44",
14+
"nodetool-core==0.6.3-rc.45",
1515
"torch==2.9.0",
1616
"nunchaku ; platform_system != 'Darwin'",
1717
"torchsde",

0 commit comments

Comments
 (0)