Skip to content

Commit

Permalink
Merge pull request #176 from NREL-SIIP/jd/bump_dataframes
Browse files Browse the repository at this point in the history
update project toml
  • Loading branch information
jd-lara authored Nov 17, 2020
2 parents f62968f + 6cf3f51 commit d279528
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 = "1.0.3"
version = "1.0.4"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -24,13 +24,13 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"

[compat]
CSV = "~0.8"
DataFrames = "~0.21"
DataFrames = "~0.22"
DataStructures = "~0.18"
DocStringExtensions = "~0.8"
HDF5 = "~0.13"
JSON3 = "1"
Mustache = "~1.0"
PrettyTables = "~0.9"
PrettyTables = "~0.10"
TimeSeries = "~0.19"
YAML = "~0.4"
julia = "^1.2"

2 comments on commit d279528

@jd-lara
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/24778

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.4 -m "<description of version>" d279528b6e1457c065068eba4accd4a264de3ac7
git push origin v1.0.4

Please sign in to comment.