Skip to content

Commit 93f168d

Browse files
committed
Release 0.10.0
1 parent ba17051 commit 93f168d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
8787
- name: Zip the HTML documentation
8888
run: zip-folder --debug --auto-root --outfile "docs.zip" docs/build
89-
- uses: actions/upload-artifact@v3
89+
- uses: actions/upload-artifact@v4
9090
name: Upload documentation artifacts
9191
with:
9292
name: QuantumControl

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "QuantumControl"
22
uuid = "8a270532-f23f-47a8-83a9-b33d10cad486"
33
authors = ["Michael Goerz <[email protected]>"]
4-
version = "0.9.1+dev"
4+
version = "0.10.0"
55

66
[deps]
77
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
@@ -26,7 +26,7 @@ FileIO = "1"
2626
FiniteDifferences = "0.12"
2727
IOCapture = "0.2.4"
2828
JLD2 = "0.4"
29-
QuantumControlBase = ">=0.9.3"
30-
QuantumPropagators = ">=0.7.5"
29+
QuantumControlBase = "0.10.0"
30+
QuantumPropagators = "0.8.0"
3131
Zygote = "0.6"
3232
julia = "1.9"

0 commit comments

Comments
 (0)