Skip to content

Commit

Permalink
V 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Dec 28, 2019
1 parent 2df647c commit aa4f940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name = "MatLang"
uuid = "05b439c0-bb3c-11e9-1d8d-1f0a9ebca87a"
authors = ["aminya <[email protected]>"]
version = "0.1.0"
version = "0.1.1"

[deps]
BlockDiagonals = "0a1fb500-61f7-11e9-3c65-f5ef3456f9f0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"

[compat]
BlockDiagonals = ">= 0.1.1"
BlockDiagonals = "0.1.5"
Requires = "0.5, 1.0"
julia = "1"

Expand Down

2 comments on commit aa4f940

@aminya
Copy link
Member Author

@aminya aminya commented on aa4f940 Dec 28, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

precompile sentences are added

@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/7256

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.1 -m "<description of version>" aa4f940bcd8216b4b3c47d04280102451772d9f5
git push origin v0.1.1

Please sign in to comment.