diff --git a/Cargo.lock b/Cargo.lock index ae44c90..acaeea1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -185,16 +185,16 @@ checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" [[package]] name = "xiangting" -version = "2.0.5" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86cd9c55e75d8fa9e931056430eb5c4ff7f196ddbde375a39d0e8b92ad259a1b" +checksum = "43263067366eae3c089c8b6ec5fbb7d4019fa541a73ade226cd304b8f06dfa00" dependencies = [ "thiserror", ] [[package]] name = "xiangting-py" -version = "2.0.5" +version = "2.0.6" dependencies = [ "pyo3", "xiangting", diff --git a/Cargo.toml b/Cargo.toml index 485514a..7f7018d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xiangting-py" -version = "2.0.5" +version = "2.0.6" description = "Python bindings for xiangting" authors = ["Apricot S."] edition = "2021" @@ -26,4 +26,4 @@ crate-type = ["cdylib"] [dependencies] pyo3 = { version = "0.23.3", features = ["extension-module"] } -xiangting = "2.0.5" +xiangting = "2.0.6" diff --git a/docs/conf.py b/docs/conf.py index 233e14e..5c44d5c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = "xiangting" copyright = "2024, Apricot S." author = "Apricot S." -release = "2.0.5" +release = "2.0.6" version = release diff --git a/pyproject.toml b/pyproject.toml index e393360..d185c4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "xiangting" -version = "2.0.5" +version = "2.0.6" description = "Python bindings for xiangting" authors = [{ name = "Apricot S." }] license = { text = "MIT License" }