Skip to content

Commit

Permalink
Set version to v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Oct 15, 2020
1 parent a284121 commit e581192
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 = "MimiPAGE2009"
uuid = "e25d4f70-4200-11e9-37f3-3b45f1cef54f"
version = "4.0.1-DEV"
version = "4.0.1"

[deps]
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Mimi = "e4e893b0-ee5e-52ea-8111-44b3bdec128c"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

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

[compat]
Query = "0.12, 1.0"
julia = "1.4"
Distributions = "0.20, 0.21, 0.22, 0.23, 0.24"
CSVFiles = "0.16, 1"
DataFrames = "0.19.1, 0.20, 0.21"
Distributions = "0.20, 0.21, 0.22, 0.23, 0.24"
Mimi = "0.10, 1.0"
Query = "0.12, 1.0"
julia = "1.4"

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

[targets]
test = ["Test"]

0 comments on commit e581192

Please sign in to comment.