Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jun 15, 2020
1 parent 975c595 commit c4f3514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MatLang"
uuid = "05b439c0-bb3c-11e9-1d8d-1f0a9ebca87a"
authors = ["aminya <[email protected]>"]
version = "0.1.1"
version = "0.1.2"

[deps]
BlockDiagonals = "0a1fb500-61f7-11e9-3c65-f5ef3456f9f0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ API for Matlab's language core functions
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
![CI](https://github.com/juliamatlab/MatLang/workflows/CI/badge.svg)
![SnoopCompile](https://github.com/juliamatlab/MatLang/workflows/SnoopCompile/badge.svg)
[![Test Coverage](https://codecov.io/gh/aminya/MatLang/branch/master/graph/badge.svg)](https://codecov.io/gh/aminya/MatLang)
[![Test Coverage](https://codecov.io/gh/juliamatlab/MatLang/branch/master/graph/badge.svg)](https://codecov.io/gh/juliamatlab/MatLang)


# Documentation
Expand Down

2 comments on commit c4f3514

@aminya
Copy link
Member Author

@aminya aminya commented on c4f3514 Jun 15, 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/16419

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

Please sign in to comment.