Skip to content

Commit

Permalink
change: Bump packages (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt-aws authored May 11, 2023
1 parent 5cfd077 commit 0fbc128
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ jobs:
# don't run on draft PRs
if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
# allow failures on nightly or beta Julia
continue-on-error: ${{ matrix.version == 'nightly' || matrix.version == '1.9.0-beta3'}}
continue-on-error: ${{ matrix.version == 'nightly'}}
strategy:
fail-fast: true
max-parallel: 2
matrix:
group:
- Braket-unit
- PyBraket-unit
version: ['1.6', '1.7', '1.8', '1.9.0-beta3', 'nightly']
version: ['1.6', '1.7', '1.8', '1.9', 'nightly']
arch: ['x64']
steps:
- uses: actions/checkout@v1
Expand Down
8 changes: 4 additions & 4 deletions 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 <[email protected]>"]
version = "0.7.3"
version = "0.7.4"

[deps]
AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc"
Expand Down Expand Up @@ -30,11 +30,11 @@ Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
AWS = "=1.84.1"
AWS = "=1.85.0"
AWSS3 = "=0.10.3"
Aqua = "=0.6"
AxisArrays = "=0.4.6"
CSV = "=0.10.9"
CSV = "=0.10.10"
Cairo = "=1.0.5"
Colors = "=0.12.10"
Compat = "=4.6.1"
Expand All @@ -45,7 +45,7 @@ DecFP = "=1.3.1"
Distributions = "=0.25.76"
GraphPlot = "=0.5.2"
Graphs = "=1.8.0"
HTTP = "=1.8.0"
HTTP = "=1.8.1"
JSON3 = "=1.12.0"
Markdown = "=0.7.5"
Mocking = "=0.7.6"
Expand Down
4 changes: 2 additions & 2 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 <[email protected]>"]
version = "0.7.3"
version = "0.7.4"

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

[compat]
Aqua = "=0.6"
Braket = "=0.7.3"
Braket = "=0.7.4"
CondaPkg = "=0.2.18"
DataStructures = "=0.18.13"
PythonCall = "=0.9.12"
Expand Down

4 comments on commit 0fbc128

@kshyatt-aws
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/83334

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.4 -m "<description of version>" 0fbc12894e93ca806bc8a4c442c89fdad9f07478
git push origin v0.7.4

@kshyatt-aws
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir=PyBraket

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/83336

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a PyBraket-v0.7.4 -m "<description of version>" 0fbc12894e93ca806bc8a4c442c89fdad9f07478
git push origin PyBraket-v0.7.4

Please sign in to comment.