Skip to content

Commit

Permalink
Merge pull request #42 from kbarkhqs/main
Browse files Browse the repository at this point in the history
Updated version numbers for release
  • Loading branch information
kbarkhqs authored Jul 6, 2021
2 parents 012d3bd + 3066e2b commit 5e2498c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion qoqo-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qoqo-macros"
version = "0.1.3"
version = "0.1.4"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
readme = "../README.md"
Expand Down
4 changes: 2 additions & 2 deletions qoqo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qoqo"
version = "0.4.3"
version = "0.4.4"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
readme = "../README.md"
Expand Down Expand Up @@ -30,7 +30,7 @@ qoqo_calculator = {version="0.2"}
qoqo_calculator_pyo3 = {version="0.3", default-features=false}

qoqo-macros = {version="0.1", path="../qoqo-macros"}
roqoqo = {version="0.1", path="../roqoqo", features=["serialize", "overrotate"]}
roqoqo = {version="0.2", path="../roqoqo", features=["serialize", "overrotate"]}
roqoqo-derive = {version="0.1", path="../roqoqo-derive"}
numpy = "=0.13.1"
bincode = "1.3"
Expand Down
2 changes: 1 addition & 1 deletion roqoqo-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "roqoqo-derive"
version = "0.1.4"
version = "0.1.5"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions roqoqo-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "roqoqo-test"
version = "0.1.3"
version = "0.1.4"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2018"
Expand All @@ -18,7 +18,7 @@ crate-type = ["rlib"]

[dependencies]
qoqo_calculator = {version="0.2"}
roqoqo = {version="0.1", path="../roqoqo", features=["serialize"]}
roqoqo = {version="0.2", path="../roqoqo", features=["serialize"]}
rand = "0.8"
nalgebra = "0.26"
ndarray = { version = "0.14" }
Expand Down
2 changes: 1 addition & 1 deletion roqoqo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "roqoqo"
version = "0.1.3"
version = "0.2.0"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2018"
Expand Down

0 comments on commit 5e2498c

Please sign in to comment.