bump versions

This commit is contained in:
Zero 2023-04-17 15:57:19 -06:00
parent 1d7d5bade4
commit 7c78c128a1
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ exclude = ["examples/full_usage"]
[package]
name = "whisper-rs"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "Rust bindings for whisper.cpp"
license = "Unlicense"
@ -14,7 +14,7 @@ repository = "https://github.com/tazz4843/whisper-rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
whisper-rs-sys = { path = "sys", version = "0.3" }
whisper-rs-sys = { path = "sys", version = "0.4" }
[dev-dependencies]
hound = "3.5.0"