Skip to content

Commit

Permalink
Add julia = "1" to the [compat] section of Project.toml (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored and kleinschmidt committed Jul 3, 2019
1 parent d92f093 commit 567094b
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 @@ -36,3 +36,4 @@ SpecialFunctions = "0.6, 0.7"
StatsBase = "0.30"
StatsFuns = "0.6, 0.7, 0.8"
StatsModels = "0.6"
julia = "1"

2 comments on commit 567094b

@kleinschmidt
Copy link
Member

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 updated: JuliaRegistries/General/1728

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.3.0 -m "<description of version>" 567094bd39bde2fa7c7763d62ad839e058d9e4a6
git push origin v1.3.0

Please sign in to comment.