Skip to content

Commit 3562c2e

Browse files
committed
update version numbers
1 parent 20b45d7 commit 3562c2e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "QuanEstimation"
22
uuid = "088c8dff-a786-4a66-974c-03d3f6773f87"
33
authors = ["Jing Liu <[email protected]>", "Huaiming Yu <[email protected]>", "Mao Zhang"]
4-
version = "0.2.5"
4+
version = "0.2.1"
55

66
[deps]
77
NVMagnetometer = "28fc4bcf-da03-4841-bbdb-88baaf311b30"
@@ -14,7 +14,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1414
QuanEstimationBase = "0.1"
1515
NVMagnetometer = "0.1"
1616
Reexport = "1"
17-
julia = "1.11.0"
17+
julia = "1"
1818

1919
[extras]
2020
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

lib/NVMagnetometer/Project.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NVMagnetometer"
22
uuid = "28fc4bcf-da03-4841-bbdb-88baaf311b30"
33
authors = ["Jing Liu <[email protected]>", "Huaiming Yu<[email protected]>"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -11,8 +11,8 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
1111

1212
[compat]
1313
UnPack = "1.0"
14-
QuanEstimationBase = "0.1.0"
15-
julia = "1.11.0"
14+
QuanEstimationBase = "0.1.1"
15+
julia = "1"
1616

1717
[extras]
1818
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

lib/QuanEstimationBase/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ StableRNGs = "1.0"
5252
StatsBase = "0.34"
5353
Trapz = "2.0"
5454
Zygote = "0.6"
55-
julia = "1.11.0"
55+
julia = "1"
5656

5757
[extras]
5858
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)