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 Apr 8, 2020
1 parent 00046b8 commit 15003cd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PowerGraphics"
uuid = "5f7eddb3-86b1-49e8-a95a-ddc0f45eea41"
authors = ["Lily Hanig", "Clayton Barrows", "Jose Daniel Lara"]
version = "0.3.2"
version = "0.3.3"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand All @@ -17,14 +17,14 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Weave = "44d3d7a6-8a23-5bf8-98c5-b353f8df5ec9"

[compat]
Colors = "0.11, 0.12"
Colors = "~0.12"
DataFrames = "0.20"
GR = "0.47, 0.48"
InfrastructureSystems = "0.5"
GR = "~0.48"
InfrastructureSystems = "~0.6"
PlotlyJS = "0.13"
Plots = "0.29"
PowerSystems = "~0.13"
RecipesBase = "0.8"
Plots = "1"
PowerSystems = "~0.14"
RecipesBase = "1"
Reexport = "0.2"
Weave = "0.9"
julia = "1"

2 comments on commit 15003cd

@jd-lara
Copy link
Member Author

@jd-lara jd-lara commented on 15003cd Apr 8, 2020

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

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.3 -m "<description of version>" 15003cdb84f8cc1c846e86c6f2fcb5a12c971086
git push origin v0.3.3

Please sign in to comment.