Skip to content

Commit 7049f2c

Browse files
committed
bump version, add deps
1 parent cb22b5e commit 7049f2c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Project.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
name = "JSONFBCModels"
22
uuid = "475c1105-d6ed-49c1-9b32-c11adca6d3e8"
3-
authors = ["Mirek Kratochvil <miroslav.kratochvil@uni.lu>"]
4-
version = "0.1.0"
3+
authors = ["The authors of JSONFBCModels.jl"]
4+
version = "0.1.1"
55

66
[deps]
77
AbstractFBCModels = "5a4f3dfa-1789-40f8-8221-69268c29937c"
88
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
99
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
10+
PikaParser = "3bbf5609-3e7b-44cd-8549-7c69f321e792"
1011
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1112

1213
[compat]
1314
AbstractFBCModels = "0.1, 0.2"
1415
DocStringExtensions = "0.8, 0.9"
1516
JSON = "0.21"
17+
PikaParser = "0.6"
1618
SparseArrays = "1"
1719
Test = "1"
1820
julia = "1"

0 commit comments

Comments
 (0)