Skip to content

Commit

Permalink
change: bump version to 0.8.0, upgrade PyBraket deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt-aws committed Nov 16, 2023
1 parent db0e405 commit 65ac534
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Braket"
uuid = "19504a0f-b47d-4348-9127-acc6cc69ef67"
authors = ["Katharine Hyatt <hyatkath@amazon.com>"]
version = "0.7.6"
version = "0.8.0"

[deps]
AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc"
Expand Down
8 changes: 4 additions & 4 deletions PyBraket/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PyBraket"
uuid = "e85266a6-1825-490b-a80e-9b9469c53660"
authors = ["Katharine Hyatt <hyatkath@amazon.com>"]
version = "0.7.6"
version = "0.8.0"

[deps]
Braket = "19504a0f-b47d-4348-9127-acc6cc69ef67"
Expand All @@ -14,11 +14,11 @@ StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"

[compat]
Aqua = "=0.8"
Braket = "=0.7.6"
CondaPkg = "=0.2.21"
Braket = "=0.8.0"
CondaPkg = "=0.2.22"
DataStructures = "=0.18.15"
LinearAlgebra = "1.6"
PythonCall = "=0.9.14"
PythonCall = "=0.9.15"
Statistics = "1"
StructTypes = "=1.10.0"
Test = "1.6"
Expand Down

0 comments on commit 65ac534

Please sign in to comment.