Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timziebart authored Apr 30, 2019
1 parent d305930 commit 0d28ebb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PowerDynamics"
uuid = "cc46b21f-1b17-51c2-b642-af74c3d3a8be"
authors = ["Tim Kittel <[email protected]>"]
version = "0.4.1"
version = "1.0.0"

[deps]
PowerDynBase = "7ffb48b1-f436-5a59-a310-b4407da33972"
Expand All @@ -10,10 +10,10 @@ PowerDynSolve = "b2d36aa5-a2b1-5d23-8bd9-f353e61de00d"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
Julia = "1.0"
PowerDynBase = "^0"
PowerDynSolve = ">=0.4.1"
PowerDynOperationPoint = "^0.2"
julia = "1"
PowerDynBase = "1"
PowerDynSolve = "1"
PowerDynOperationPoint = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 0d28ebb

@timziebart
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/436

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" 0d28ebb9da1c5c8149cea9ff9c5873a2664614d9
git push origin v1.0.0

Please sign in to comment.