Skip to content

Commit

Permalink
Merge pull request #22 from Apricot-S/develop
Browse files Browse the repository at this point in the history
v2.0.3
  • Loading branch information
Apricot-S authored Dec 29, 2024
2 parents dee0ec0 + 1bb7a5f commit 866e9f3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 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
@@ -1,6 +1,6 @@
[package]
name = "xiangting-py"
version = "2.0.2"
version = "2.0.3"
description = "Python bindings for xiangting"
authors = ["Apricot S."]
edition = "2021"
Expand All @@ -26,4 +26,4 @@ crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.23.3", features = ["extension-module"] }
xiangting = { git = "https://github.com/Apricot-S/xiangting.git", version = "2.0.2" }
xiangting = { git = "https://github.com/Apricot-S/xiangting.git", version = "2.0.3" }
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "xiangting"
copyright = "2024, Apricot S."
author = "Apricot S."
release = "2.0.2"
release = "2.0.3"
version = release


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "xiangting"
version = "2.0.2"
version = "2.0.3"
description = "Python bindings for xiangting"
authors = [{ name = "Apricot S." }]
license = { text = "MIT License" }
Expand Down

0 comments on commit 866e9f3

Please sign in to comment.