Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Dec 8, 2024
1 parent da9916c commit d56d690
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Useful website for comparesion:

https://fjiang9.github.io/NKF-AEC/

## Publish
## Publish crates

```console
cd crates/aec-rs-sys
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/aec-rs-sys", "crates/libaec"]

[package]
name = "aec-rs"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
authors = ["thewh1teagle"]
license = "MIT"
Expand All @@ -12,7 +12,7 @@ description = "Acoustic echo cancellation in Rust"
homepage = "https://github.com/thewh1teagle/aec-rs"

[dependencies]
aec-rs-sys = { path = "crates/aec-rs-sys", version = "0.1.0" }
aec-rs-sys = { path = "crates/aec-rs-sys", version = "1.0.0" }

[dev-dependencies]
hound = { version = "3.5.1" }
2 changes: 1 addition & 1 deletion crates/aec-rs-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aec-rs-sys"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
authors = ["thewh1teagle"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions crates/libaec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "libaec"
version = "0.1.0"
version = "1.0.0"
edition = "2021"

[dependencies]
aec-rs = { path = "../../", version = "0.1.0" }
aec-rs = { path = "../../", version = "1.0.0" }

[lib]
name = "aec"
Expand Down
2 changes: 1 addition & 1 deletion pyaec/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyaec"
version = "0.1.0-beta.2"
version = "1.0.0"
description = "Acoustic echo cancellation"
readme = "README.md"
authors = [
Expand Down

0 comments on commit d56d690

Please sign in to comment.