Skip to content

Commit b48dd49

Browse files
authored
Merge pull request #40 from Apricot-S/develop
v2.0.6
2 parents 88f6b4b + f097499 commit b48dd49

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xiangting-py"
3-
version = "2.0.5"
3+
version = "2.0.6"
44
description = "Python bindings for xiangting"
55
authors = ["Apricot S."]
66
edition = "2021"
@@ -26,4 +26,4 @@ crate-type = ["cdylib"]
2626

2727
[dependencies]
2828
pyo3 = { version = "0.23.3", features = ["extension-module"] }
29-
xiangting = "2.0.5"
29+
xiangting = "2.0.6"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "xiangting"
1010
copyright = "2024, Apricot S."
1111
author = "Apricot S."
12-
release = "2.0.5"
12+
release = "2.0.6"
1313
version = release
1414

1515

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "xiangting"
7-
version = "2.0.5"
7+
version = "2.0.6"
88
description = "Python bindings for xiangting"
99
authors = [{ name = "Apricot S." }]
1010
license = { text = "MIT License" }

0 commit comments

Comments
 (0)