Skip to content

Commit 78d9825

Browse files
committed
0.2.0
1 parent d3e4409 commit 78d9825

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
resolver = "2"
99

1010
[workspace.package]
11-
version = "0.1.3"
11+
version = "0.2.0"
1212
edition = "2021"
1313

1414
description = "Stub file (*.pyi) generator for PyO3"

pyo3-stub-gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ serde.workspace = true
1717
toml.workspace = true
1818

1919
[dependencies.pyo3-stub-gen-derive]
20-
version = "0.1.3"
20+
version = "0.2.0"
2121
path = "../pyo3-stub-gen-derive"

0 commit comments

Comments
 (0)