Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-byrne committed Jul 9, 2024
1 parent 5df61fb commit c30f9eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "audio-separation-nodes-comfyui"
description = "Separate audio track into stems (vocals, bass, drums, other). Along with tools to recombine, tempo match, slice/crop audio"
version = "1.2.0"
version = "1.2.1"
license = "LICENSE"
dependencies = ["librosa==0.10.2", "numpy", "torchaudio>=2.3.0", "moviepy]
dependencies = ["librosa==0.10.2", "numpy", "torchaudio>=2.3.0", "moviepy"]

[project.urls]
Repository = "https://github.com/christian-byrne/audio-separation-nodes-comfyui"
Expand Down

0 comments on commit c30f9eb

Please sign in to comment.