Skip to content

Commit

Permalink
Merge branch 'main' into gks/costs_to_is
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara authored Aug 3, 2024
2 parents c6bee23 + 9be556c commit b996e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "InfrastructureSystems"
uuid = "2cd47ed4-ca9b-11e9-27f2-ab636a7671f1"
authors = ["Daniel Thom", "Jose Daniel Lara", "Clayton Barrows"]
version = "2.0.3"
version = "2.0.4"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down
1 change: 1 addition & 0 deletions src/InfrastructureSystems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module InfrastructureSystems
export LinearCurve, QuadraticCurve
export PiecewisePointCurve, PiecewiseIncrementalCurve, PiecewiseAverageCurve

import Base: @kwdef
import CSV
import DataFrames
import DataFrames: DataFrame
Expand Down

0 comments on commit b996e91

Please sign in to comment.