Skip to content

Commit 5fd7094

Browse files
mtfishmangithub-actions[bot]
authored andcommitted
Format .jl files (ITensorFormatter)
1 parent 525fed3 commit 5fd7094

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "QuantumOperatorAlgebra"
22
uuid = "c7a6d0f7-daa6-4368-ba67-89ed64127c3b"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[compat]

docs/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
[deps]
23
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
34
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
@@ -6,4 +7,4 @@ QuantumOperatorAlgebra = "c7a6d0f7-daa6-4368-ba67-89ed64127c3b"
67
[compat]
78
Documenter = "1.8.1"
89
Literate = "2.20.1"
9-
QuantumOperatorAlgebra = "0.1.0"
10+
QuantumOperatorAlgebra = "0.1"

examples/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
12
[deps]
23
QuantumOperatorAlgebra = "c7a6d0f7-daa6-4368-ba67-89ed64127c3b"
34

45
[compat]
5-
QuantumOperatorAlgebra = "0.1.0"
6+
QuantumOperatorAlgebra = "0.1"

test/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
[deps]
23
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
34
QuantumOperatorAlgebra = "c7a6d0f7-daa6-4368-ba67-89ed64127c3b"
@@ -7,7 +8,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
78

89
[compat]
910
Aqua = "0.8.9"
10-
QuantumOperatorAlgebra = "0.1.0"
11+
QuantumOperatorAlgebra = "0.1"
1112
SafeTestsets = "0.1"
1213
Suppressor = "0.2"
1314
Test = "1.10"

0 commit comments

Comments
 (0)