Skip to content

Commit 4c851f0

Browse files
authored
bump version (v0.5.7) (#2)
* Update pyproject.toml * Update pyproject.toml * Update pyproject.toml
1 parent 2705177 commit 4c851f0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

DeepFilterNet/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ include = [
2323
]
2424

2525
[tool.poetry.dependencies]
26-
deepfilterlib = { path = "../pyDF/" }
27-
deepfilterdataloader = { path = "../pyDF-data/", optional = true }
26+
deepfilterlib = { version = "0.5.7" }
27+
deepfilterdataloader = { version = "0.5.7", optional = true }
2828
python = ">=3.8,<4.0"
2929
numpy = ">=1.22,<2.0"
3030
loguru = ">=0.5"

pyDF-data/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "DeepFilterDataLoader"
3-
version = "0.5.7-pre"
3+
version = "0.5.7"
44
classifiers = ["Programming Language :: Rust"]
55
requires-python = ">=3.8"
66
dependencies = ["numpy >= 1.22"]

pyDF/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "DeepFilterLib"
3-
version = "0.5.7-pre"
3+
version = "0.5.7"
44
classifiers = ["Programming Language :: Rust"]
55
requires-python = ">=3.8"
66
dependencies = ["numpy >= 1.22"]

0 commit comments

Comments
 (0)