Skip to content

Commit

Permalink
Remove 0.6 compatibility in Project.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
s915 committed May 19, 2019
1 parent 3f31a80 commit dc15071
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 @@ -12,4 +12,4 @@ JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"

[compat]
julia = "0.6,0.7,1"
julia = "0.7,1"

2 comments on commit dc15071

@s915
Copy link
Owner Author

@s915 s915 commented on dc15071 May 19, 2019

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

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>" dc15071b92023b7eb2b03bc08457bb64adcc6230
git push origin v0.1.0

Please sign in to comment.