Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara authored Feb 3, 2023
1 parent f451be7 commit 07c54ea
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 = "PowerAnalytics"
uuid = "56ce1300-00bc-47e4-ba8c-b166ccc19f51"
authors = ["cbarrows <[email protected]>"]
version = "0.2.1"
version = "0.3.0"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -18,8 +18,8 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
DataFrames = "1"
DataStructures = "0.18"
InfrastructureSystems = "1"
PowerSimulations = "0.16"
PowerSystems = "1"
PowerSimulations = "0.17"
PowerSystems = "2"
TimeSeries = "0.23"
YAML = "0.4"
julia = "1.6"

2 comments on commit 07c54ea

@jd-lara
Copy link
Member Author

@jd-lara jd-lara commented on 07c54ea Feb 3, 2023

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/76939

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 v0.3.0 -m "<description of version>" 07c54eab484ef8ace4a67d2e8deda4fd6bdb39f7
git push origin v0.3.0

Please sign in to comment.