Skip to content

Commit

Permalink
add julia compat entry
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Feb 7, 2020
1 parent 49c0bcc commit bb11aa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ PenaltyFunctions = "0.1"
RecipesBase = "0.7, 0.8"
StatsBase = "0.32"
SweepOperator = "0.3"
julia = "1.2"

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

2 comments on commit bb11aa8

@joshday
Copy link
Owner Author

@joshday joshday commented on bb11aa8 Feb 7, 2020

Choose a reason for hiding this comment

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

@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/9038

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

Also, note the warning: Version 0.3.0 skips over 0.2.0
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.