Skip to content

Commit

Permalink
Update Julia to registered v0.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Becker committed Mar 29, 2024
1 parent 8f92f8e commit 2053ef9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions julia_src/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -841,11 +841,9 @@ uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"

[[deps.REopt]]
deps = ["ArchGDAL", "CSV", "CoolProp", "DataFrames", "Dates", "DelimitedFiles", "HTTP", "JLD", "JSON", "JuMP", "LinDistFlow", "LinearAlgebra", "Logging", "MathOptInterface", "Requires", "Roots", "Statistics", "TestEnv"]
git-tree-sha1 = "3e085cc6153e3dcd47f00712a014b5b5faf6f60b"
repo-rev = "develop"
repo-url = "https://github.com/NREL/REopt.jl.git"
git-tree-sha1 = "b8e663a9f06eb6a1085ff7de981df2a6246b2b91"
uuid = "d36ad4e8-d74a-4f7a-ace1-eaea049febf6"
version = "0.43.0"
version = "0.44.0"

[[deps.Random]]
deps = ["SHA", "Serialization"]
Expand Down
2 changes: 1 addition & 1 deletion reoptjl/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def obj_create(self, bundle, **kwargs):
meta = {
"run_uuid": run_uuid,
"api_version": 3,
"reopt_version": "0.43.0",
"reopt_version": "0.44.0",
"status": "Validating..."
}
bundle.data.update({"APIMeta": meta})
Expand Down

0 comments on commit 2053ef9

Please sign in to comment.