Skip to content

Commit dd92162

Browse files
authored
Merge pull request #19 from Jij-Inc/konn/prepare-0.6
Prepare Release 0.6.0
2 parents e2011f6 + e62e126 commit dd92162

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "serde-pyobject"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
edition = "2021"
55

6-
description = "PyO3's PyAny as a serde data format"
6+
description = "PyO3's PyAny as a serde data format"
77
documentation = "https://docs.rs/serde-pyobject/"
8-
repository = "https://github.com/Jij-Inc/serde-pyobject"
9-
keywords = ["serde", "pyo3", "python", "ffi"]
10-
license = "MIT OR Apache-2.0"
8+
repository = "https://github.com/Jij-Inc/serde-pyobject"
9+
keywords = ["serde", "pyo3", "python", "ffi"]
10+
license = "MIT OR Apache-2.0"
1111

1212
[dependencies]
1313
pyo3 = "0.23.0"

0 commit comments

Comments
 (0)