Skip to content

Commit

Permalink
releasebot: release-version-change pyoxidizer 0.23.0-pre -> 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indygreg committed Nov 8, 2022
1 parent 9fa39e6 commit f58f48f
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 5 deletions.
63 changes: 61 additions & 2 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 @@ -22,8 +22,8 @@ default-features = false
features = ["zipimport"]

[dependencies.pyoxidizer]
version = "0.23.0-pre"
path = "../pyoxidizer"
version = "0.23.0"
# path = "../pyoxidizer"

[dependencies.python-oxidized-importer]
version = "0.8.0"
Expand Down
2 changes: 1 addition & 1 deletion pyoxidizer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyoxidizer"
version = "0.23.0-pre"
version = "0.23.0"
authors = ["Gregory Szorc <[email protected]>"]
license = "MPL-2.0"
description = "Package self-contained Python applications"
Expand Down

0 comments on commit f58f48f

Please sign in to comment.