Skip to content

Commit

Permalink
Set version to v3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Aug 14, 2020
1 parent 3bfe9ca commit bd1b837
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
name = "MimiFUND"
uuid = "b3ba11de-429f-11e9-29f7-cb478ab96e7c"
version = "3.11.10-DEV"
version = "3.12.0"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Mimi = "e4e893b0-ee5e-52ea-8111-44b3bdec128c"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
Distributions = "0.20, 0.21, 0.22, 0.23"
Mimi = "0.10, 1.0"
StatsBase = "0.30, 0.31, 0.32, 0.33"
julia = "1.4"

[extras]
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"

[compat]
julia = "1.4"
StatsBase = "0.30, 0.31, 0.32, 0.33"
Distributions = "0.20, 0.21, 0.22, 0.23"
Mimi = "0.10, 1.0"

[targets]
test = ["Test", "DataFrames", "CSVFiles", "Query"]

0 comments on commit bd1b837

Please sign in to comment.