diff --git a/Cargo.lock b/Cargo.lock index 72535e1..b079032 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -336,7 +336,7 @@ dependencies = [ [[package]] name = "xiangting-py" -version = "2.0.0" +version = "2.0.1" dependencies = [ "pyo3", "xiangting", diff --git a/Cargo.toml b/Cargo.toml index a202f64..0c6af78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xiangting-py" -version = "2.0.0" +version = "2.0.1" description = "Python bindings for xiangting" authors = ["Apricot S."] edition = "2021" diff --git a/docs/conf.py b/docs/conf.py index 986e2ea..d6a9315 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.0" +release = "2.0.1" version = release diff --git a/pyproject.toml b/pyproject.toml index 56e96a8..62f248d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "xiangting" -version = "2.0.0" +version = "2.0.1" description = "Python bindings for xiangting" authors = [{ name = "Apricot S." }] license = { text = "MIT License" }