Skip to content

Commit 4a5069c

Browse files
committed
Set version to v1.1.0
1 parent d0801b9 commit 4a5069c

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Project.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
name = "RobustAdaptiveMetropolisSampler"
22
uuid = "2f96e190-b8a6-11e9-0b3d-5fbd22c21613"
3-
version = "1.0.2-DEV"
3+
version = "1.1.0"
44

55
[deps]
6-
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
76
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
7+
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
88
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
9-
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
109
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
11-
12-
[compat]
13-
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
14-
PDMats = "0.9.9, 0.10, 0.11"
15-
ProgressMeter = "1"
16-
julia = "1"
10+
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
1711

1812
[extras]
1913
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2014
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2115

16+
[compat]
17+
julia = "1"
18+
PDMats = "0.9.9, 0.10, 0.11"
19+
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
20+
ProgressMeter = "1"
21+
2222
[targets]
2323
test = ["Test", "Statistics"]

0 commit comments

Comments
 (0)