Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikorose committed Nov 29, 2021
1 parent 168e8b7 commit a9891fe
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DeepFilterNet/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "DeepFilterNet"
version = "0.1.7"
version = "0.1.8"
description = "Noise supression using deep filtering"
authors = ["Hendrik Schröter"]
repository = "https://github.com/Rikorose/DeepFilterNet"
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.1.7"
version = "0.1.8"
authors = ["Hendrik Schröter <[email protected]>"]
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.1.7"
version = "0.1.8"
authors = ["Hendrik Schröter <[email protected]>"]
edition = "2021"

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.1.7"
version = "0.1.8"
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.1.7"
version = "0.1.8"
authors = ["Hendrik Schröter <[email protected]>"]
edition = "2021"

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.1.7"
version = "0.1.8"
classifiers = [
"Programming Language :: Rust"
]
Expand Down

0 comments on commit a9891fe

Please sign in to comment.