Skip to content

Commit

Permalink
bump julia version
Browse files Browse the repository at this point in the history
  • Loading branch information
sglyon authored Sep 4, 2019
1 parent 0e81d2e commit 7d210fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "0.5.0"
julia = "1.0"

2 comments on commit 7d210fb

@sglyon
Copy link
Owner Author

@sglyon sglyon commented on 7d210fb Sep 4, 2019

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

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

Please sign in to comment.