Skip to content

Commit

Permalink
Fix Julia compat for patch release (#48)
Browse files Browse the repository at this point in the history
Patch release should not narrow the range of supported Julia versions.
  • Loading branch information
omus authored and ararslan committed Jan 28, 2020
1 parent fd31842 commit 01a4884
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 @@ -3,7 +3,7 @@ uuid = "abce61dc-4473-55a0-ba07-351d65e31d42"
version = "0.4.1"

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

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

2 comments on commit 01a4884

@ararslan
Copy link
Member

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

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.4.1 -m "<description of version>" 01a4884dbd3c6079fedac1c572070871374ea81b
git push origin v0.4.1

Please sign in to comment.