Skip to content

Commit

Permalink
Set version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Dec 13, 2020
1 parent 959a62a commit 662de50
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name = "MimiFAIR"
uuid = "73d86c50-c5fa-11e9-3497-c3dc913e627a"
version = "0.1.1-DEV"
version = "0.1.1"

[deps]
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
Mimi = "e4e893b0-ee5e-52ea-8111-44b3bdec128c"
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Mimi = "e4e893b0-ee5e-52ea-8111-44b3bdec128c"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"

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

[compat]
julia = "1.4"
NLsolve = "4.1"
Mimi = "1"
CSVFiles = "0.13, 0.14, 0.15, 0.16, 1"
DataFrames = "0.19, 0.20, 0.21, 0.22"
Mimi = "1"
NLsolve = "4.1"
julia = "1.4"

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

[targets]
test = ["Test"]

0 comments on commit 662de50

Please sign in to comment.