Skip to content

Commit

Permalink
Bump to 0.8.0 since we dropped 0.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
musm authored Dec 23, 2020
1 parent 15b1b96 commit be1f008
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ name = "MATLAB"
uuid = "10e44e05-a98a-55b3-a45b-ba969058deb6"
repo = "https://github.com/JuliaInterop/MATLAB.jl.git"
license = "MIT"
version = "0.7.1"
version = "0.8.0"

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
julia = "1"

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

Expand Down

2 comments on commit be1f008

@musm
Copy link
Collaborator Author

@musm musm commented on be1f008 Dec 23, 2020

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

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

Please sign in to comment.