Skip to content

Commit 7669019

Browse files
authored
Merge pull request #14 from LAMPSPUC/develop
trigger registrator
2 parents dc105f9 + 78d9f44 commit 7669019

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Project.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name = "PWF"
22
uuid = "0f4c3beb-4231-4c4d-93e1-709cb40a89e6"
3-
version = "0.3.1"
3+
version = "0.0.1"
44

55
[deps]
6-
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
7-
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
86
PowerModels = "c36e90e8-916a-50a6-bd94-075b64ef4655"
97

8+
[compat]
9+
PowerModels = "0.18"
10+
julia = "1"
11+
1012
[extras]
1113
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
1214
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

docs/make.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ makedocs(
3333
]
3434
)
3535

36-
3736
# Documenter can also automatically deploy documentation to gh-pages.
3837
# See "Hosting Documentation" and deploydocs() in the Documenter manual
3938
# for more information.

0 commit comments

Comments
 (0)