Skip to content

Commit

Permalink
remove julia 1.5 from Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nignatiadis authored Sep 1, 2021
1 parent 9f91e53 commit 77a4467
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 @@ -41,7 +41,7 @@ Reexport = "0.2, 1.0"
Setfield = "0.7"
StatsBase = "0.33"
UnPack = "1.0"
julia = "1.5, 1.6"
julia = "1.6"

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

2 comments on commit 77a4467

@nignatiadis
Copy link
Owner Author

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

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.4 -m "<description of version>" 77a4467ef6cf6072984c7c341898cdbd630fcd4f
git push origin v0.4.4

Please sign in to comment.