Skip to content

Commit

Permalink
Merge pull request #44 from Apricot-S/develop
Browse files Browse the repository at this point in the history
v3.1.0
  • Loading branch information
Apricot-S authored Feb 2, 2025
2 parents ffcfad0 + 7bf6776 commit f24a620
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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
@@ -1,6 +1,6 @@
[package]
name = "xiangting-py"
version = "3.0.0"
version = "3.1.0"
description = "Python bindings for xiangting"
authors = ["Apricot S."]
edition = "2021"
Expand All @@ -26,4 +26,4 @@ crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.23.4", features = ["extension-module"] }
xiangting = "3.0.0"
xiangting = "3.1.0"
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 = "3.0.0"
release = "3.1.0"
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 = "3.0.0"
version = "3.1.0"
description = "Python bindings for xiangting"
authors = [{ name = "Apricot S." }]
license = { text = "MIT License" }
Expand Down

0 comments on commit f24a620

Please sign in to comment.