Skip to content

Commit

Permalink
Add compat section to Project
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalii-iakovchuk committed Nov 11, 2019
1 parent d165aa6 commit d77cd59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Expand Up @@ -3,6 +3,9 @@ uuid = "7ec7c78e-fb05-449e-ad6d-89bad1428a9b"
authors = ["Vitalii Yakovchuk <vitaliy.yakovchuk@gmail.com>"]
version = "0.1.0"

[compat]
julia = "1"

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

Expand Down

2 comments on commit d77cd59

@Vitaliy-Yakovchuk
Copy link
Owner

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

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.0 -m "<description of version>" d77cd59cdd9739703b3d97fbfee1c03e4fdbe05b
git push origin v0.1.0

Please sign in to comment.