Skip to content

Commit

Permalink
bump version, add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Dec 15, 2023
1 parent cb22b5e commit c8d307e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
name = "JSONFBCModels"
uuid = "475c1105-d6ed-49c1-9b32-c11adca6d3e8"
authors = ["Mirek Kratochvil <[email protected]>"]
version = "0.1.0"
authors = ["The authors of JSONFBCModels.jl"]
version = "0.2.0"

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

[compat]
AbstractFBCModels = "0.1, 0.2"
DocStringExtensions = "0.8, 0.9"
JSON = "0.21"
PikaParser = "0.6"
SparseArrays = "1"
Test = "1"
julia = "1"
Expand Down

0 comments on commit c8d307e

Please sign in to comment.