Skip to content

Commit

Permalink
Merge pull request #42 from Apricot-S/develop
Browse files Browse the repository at this point in the history
v3.0.0
  • Loading branch information
Apricot-S authored Feb 1, 2025
2 parents b48dd49 + 866f730 commit ffcfad0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xiangting-py"
version = "2.0.6"
version = "3.0.0"
description = "Python bindings for xiangting"
authors = ["Apricot S."]
edition = "2021"
Expand All @@ -25,5 +25,5 @@ name = "xiangting"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.23.3", features = ["extension-module"] }
xiangting = "2.0.6"
pyo3 = { version = "0.23.4", features = ["extension-module"] }
xiangting = "3.0.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 = "2.0.6"
release = "3.0.0"
version = release


Expand Down
6 changes: 3 additions & 3 deletions 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.6"
version = "3.0.0"
description = "Python bindings for xiangting"
authors = [{ name = "Apricot S." }]
license = { text = "MIT License" }
Expand Down Expand Up @@ -36,7 +36,7 @@ dev = [
{ include-group = "build" },
]
lint = [
"ruff>=0.9.0,<0.10",
"ruff>=0.9.4,<0.10",
]
test = [
"pytest>=8.3.4,<9",
Expand All @@ -46,7 +46,7 @@ test = [
docs = [
"sphinx>=8.1.3,<9",
"sphinx-rtd-theme>=3.0.2,<4",
"scanpydoc[typehints]>=0.14.1",
"scanpydoc[typehints]>=0.15.2",
]
typing = [
"mypy>=1.14.1,<2",
Expand Down

0 comments on commit ffcfad0

Please sign in to comment.