Skip to content

Commit

Permalink
Set version to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Dec 13, 2020
1 parent 4bbafe8 commit abc8a55
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name = "MimiSNEASY"
uuid = "3f1801d0-c5f8-11e9-1568-bf13fd643260"
version = "0.1.0-DEV"
version = "0.1.0"

[deps]
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Mimi = "e4e893b0-ee5e-52ea-8111-44b3bdec128c"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"

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

[compat]
Mimi = "1"
Query = "1"
julia = "1.4"
Mimi = "1"
DataFrames = "0.19.1, 0.20, 0.21, 0.22"
SpecialFunctions = "0.10, 1"
CSVFiles = "0.16, 1"
Query = "1"

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

[targets]
test = ["Test"]

0 comments on commit abc8a55

Please sign in to comment.