Skip to content

Commit

Permalink
Bump up to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Aug 1, 2024
1 parent 1a6ec38 commit 1d1bb96
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pyo3-stub-gen-testing-mixed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyo3-stub-gen-testing-mixed"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion pyo3-stub-gen-testing-pure/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyo3-stub-gen-testing-pure"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[lib]
Expand Down

0 comments on commit 1d1bb96

Please sign in to comment.