forked from Qiskit/rustworkx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version numbers after 0.12.0 release (Qiskit#693)
* Bump version numbers after 0.12.0 release Now that the 0.12.0 release is out the door this commit bumps the version numbers to indicate that the main branch is now ahead of the 0.12.0 release. At the same time this commit fixes an indentation issue in the CI wheel publish jobs that we hit during the 0.12.0 release. * Update setup.py Co-authored-by: Ivan Carvalho <[email protected]> Co-authored-by: Ivan Carvalho <[email protected]>
- Loading branch information
1 parent
749491e
commit 791ea0d
Showing
7 changed files
with
34 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,4 +33,4 @@ pull_request_rules: | |
actions: | ||
backport: | ||
branches: | ||
- stable/0.11 | ||
- stable/0.12 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "rustworkx" | ||
description = "A python graph library implemented in Rust" | ||
version = "0.12.0" | ||
version = "0.13.0" | ||
authors = ["Matthew Treinish <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
@@ -32,7 +32,7 @@ num-complex = "0.4" | |
quick-xml = "0.22.0" | ||
serde = { version = "1.0", features = ["derive"] } | ||
serde_json = "1.0" | ||
rustworkx-core = { path = "rustworkx-core", version = "=0.12.0" } | ||
rustworkx-core = { path = "rustworkx-core", version = "=0.13.0" } | ||
|
||
[dependencies.pyo3] | ||
version = "0.16.6" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rustworkx-core" | ||
version = "0.12.0" | ||
version = "0.13.0" | ||
edition = "2018" | ||
authors = ["Matthew Treinish <[email protected]>"] | ||
description = "Rust APIs used for rustworkx algorithms" | ||
|
@@ -27,4 +27,4 @@ version = "1.7" | |
features = ["rayon"] | ||
|
||
[dev-dependencies] | ||
rand = "0.8" | ||
rand = "0.8" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters