Skip to content

Commit

Permalink
releasebot: release-version-change python-oxidized-importer 0.6.0-pre…
Browse files Browse the repository at this point in the history
… -> 0.6.0
  • Loading branch information
indygreg committed Jun 5, 2022
1 parent 08bd355 commit 6f7437f
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 9 deletions.
24 changes: 21 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyembed-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ version = "0.21.0-pre"
path = "../pyoxidizer"

[dependencies.python-oxidized-importer]
version = "0.6.0-pre"
path = "../python-oxidized-importer"
version = "0.6.0"
# path = "../python-oxidized-importer"
default-features = false
features = ["zipimport"]

Expand Down
4 changes: 2 additions & 2 deletions pyembed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ features = [
optional = true

[dependencies.python-oxidized-importer]
version = "0.6.0-pre"
path = "../python-oxidized-importer"
version = "0.6.0"
# path = "../python-oxidized-importer"
default-features = false

[dependencies.pyo3]
Expand Down
2 changes: 1 addition & 1 deletion pyoxidizer/src/new-project-cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ dependencies = [

[[package]]
name = "python-oxidized-importer"
version = "0.6.0-pre"
version = "0.6.0"
dependencies = [
"anyhow",
"memmap2",
Expand Down
2 changes: 1 addition & 1 deletion python-oxidized-importer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "python-oxidized-importer"
version = "0.6.0-pre"
version = "0.6.0"
authors = ["Gregory Szorc <[email protected]>"]
edition = "2021"
license = "Python-2.0 OR MPL-2.0"
Expand Down

0 comments on commit 6f7437f

Please sign in to comment.