Skip to content

Commit 1615c4b

Browse files
committed
v0.1.5
1 parent 7d12b6e commit 1615c4b

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

DeepFilterNet/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "DeepFilterNet"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "Noise supression using deep filtering"
55
authors = ["Hendrik Schröter"]
66
repository = "https://github.com/Rikorose/DeepFilterNet"

libDF/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "df"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["Hendrik Schröter <h.schroeter@pm.me>"]
55
edition = "2018"
66

pyDF-data/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "DeepFilterDataLoader"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["Hendrik Schröter <h.schroeter@pm.me>"]
55
edition = "2018"
66

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.1.4"
3+
version = "0.1.5"
44
classifiers = [
55
"Programming Language :: Rust"
66
]

pyDF/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "DeepFilterLib"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["Hendrik Schröter <h.schroeter@pm.me>"]
55
edition = "2018"
66

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.1.4"
3+
version = "0.1.5"
44
classifiers = [
55
"Programming Language :: Rust"
66
]

0 commit comments

Comments
 (0)