Skip to content

Commit

Permalink
Bump the version to 0.1.7 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbkaisetsu authored Feb 2, 2023
1 parent 5cbf7ad commit 328e438
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "python-daachorse"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
authors = [
"Koichi Akabe <[email protected]>",
Expand All @@ -17,7 +17,7 @@ crate-type = ["cdylib"]

[dependencies]
daachorse = "1.0.0" # MIT or Apache-2.0
pyo3 = { version = "0.17.3", features = ["extension-module"] } # Apache-2.0
pyo3 = { version = "0.18.0", features = ["extension-module"] } # Apache-2.0

[profile.release]
lto = true
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest>=7.1.2
pytest>=7.2.1
mypy>=0.991

0 comments on commit 328e438

Please sign in to comment.