Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikorose committed Jun 12, 2023
1 parent 80a88f5 commit b57408f
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions DeepFilterNet/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "DeepFilterNet"
version = "0.5.1-pre"
version = "0.5.1"
description = "Noise supression using deep filtering"
authors = ["Hendrik Schröter"]
repository = "https://github.com/Rikorose/DeepFilterNet"
Expand All @@ -23,8 +23,8 @@ include = [
]

[tool.poetry.dependencies]
deepfilterlib = { path = "../pyDF/" }
deepfilterdataloader = { path = "../pyDF-data/", optional = true }
deepfilterlib = "0.5.1"
deepfilterdataloader = { version = "0.5.1", optional = true }
python = ">=3.8,<4.0"
numpy = ">=1.22,<2.0"
loguru = ">=0.5"
Expand Down
2 changes: 1 addition & 1 deletion demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "df-demo"
version = "0.5.1-pre"
version = "0.5.1"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion ladspa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deep-filter-ladspa"
version = "0.5.1-pre"
version = "0.5.1"
authors = ["Hendrik Schröter"]
edition = "2021"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion libDF/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deep_filter"
version = "0.5.1-pre"
version = "0.5.1"
authors = ["Hendrik Schröter"]
edition = "2021"
description = "Noise supression using deep filtering"
Expand Down
2 changes: 1 addition & 1 deletion pyDF-data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "DeepFilterDataLoader"
version = "0.5.1-pre"
version = "0.5.1"
authors = ["Hendrik Schröter"]
edition = "2021"
rust-version = "1.60"
Expand Down
2 changes: 1 addition & 1 deletion pyDF-data/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "DeepFilterDataLoader"
version = "0.5.1-pre"
version = "0.5.1"
classifiers = [
"Programming Language :: Rust"
]
Expand Down
2 changes: 1 addition & 1 deletion pyDF/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "DeepFilterLib"
version = "0.5.1-pre"
version = "0.5.1"
authors = ["Hendrik Schröter"]
edition = "2021"
rust-version = "1.60"
Expand Down
2 changes: 1 addition & 1 deletion pyDF/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "DeepFilterLib"
version = "0.5.1-pre"
version = "0.5.1"
classifiers = [
"Programming Language :: Rust"
]
Expand Down

0 comments on commit b57408f

Please sign in to comment.