From 1d1bb96595b7065d795e6f19b8fbf5bab76b26d8 Mon Sep 17 00:00:00 2001 From: Toshiki Teramura Date: Thu, 1 Aug 2024 21:28:21 +0900 Subject: [PATCH] Bump up to 0.1.1 --- Cargo.lock | 8 ++++---- Cargo.toml | 6 +++--- pyo3-stub-gen-testing-mixed/Cargo.toml | 2 +- pyo3-stub-gen-testing-pure/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3daeaba..b45b752 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -273,7 +273,7 @@ dependencies = [ [[package]] name = "pyo3-stub-gen" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "inventory", @@ -285,7 +285,7 @@ dependencies = [ [[package]] name = "pyo3-stub-gen-derive" -version = "0.1.0" +version = "0.1.1" dependencies = [ "insta", "inventory", @@ -299,7 +299,7 @@ dependencies = [ [[package]] name = "pyo3-stub-gen-testing-mixed" -version = "0.1.0" +version = "0.1.1" dependencies = [ "pyo3", "pyo3-stub-gen", @@ -308,7 +308,7 @@ dependencies = [ [[package]] name = "pyo3-stub-gen-testing-pure" -version = "0.1.0" +version = "0.1.1" dependencies = [ "pyo3", "pyo3-stub-gen", diff --git a/Cargo.toml b/Cargo.toml index 2f3d990..3870ea0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Stub file (*.pyi) generator for PyO3" @@ -17,8 +17,8 @@ keywords = ["pyo3"] license = "MIT OR Apache-2.0" [workspace.dependencies] -pyo3-stub-gen = { version = "0.1.0", path = "pyo3-stub-gen" } -pyo3-stub-gen-derive = { version = "0.1.0", path = "pyo3-stub-gen-derive" } +pyo3-stub-gen = { version = "0.1.1", path = "pyo3-stub-gen" } +pyo3-stub-gen-derive = { version = "0.1.1", path = "pyo3-stub-gen-derive" } anyhow = "1.0.86" insta = "1.39.0" diff --git a/pyo3-stub-gen-testing-mixed/Cargo.toml b/pyo3-stub-gen-testing-mixed/Cargo.toml index 16f22bf..9474acc 100644 --- a/pyo3-stub-gen-testing-mixed/Cargo.toml +++ b/pyo3-stub-gen-testing-mixed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyo3-stub-gen-testing-mixed" -version = "0.1.0" +version = "0.1.1" edition = "2021" [lib] diff --git a/pyo3-stub-gen-testing-pure/Cargo.toml b/pyo3-stub-gen-testing-pure/Cargo.toml index 93b3219..a5d3376 100644 --- a/pyo3-stub-gen-testing-pure/Cargo.toml +++ b/pyo3-stub-gen-testing-pure/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyo3-stub-gen-testing-pure" -version = "0.1.0" +version = "0.1.1" edition = "2021" [lib]