Skip to content

Commit

Permalink
Add Julia compatibility entry to Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Jan 27, 2020
1 parent 234d3ee commit fd31842
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Expand Up @@ -2,6 +2,9 @@ name = "Decimals"
uuid = "abce61dc-4473-55a0-ba07-351d65e31d42"
version = "0.4.1"

[compat]
julia = "1"

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

Expand Down

2 comments on commit fd31842

@ararslan
Copy link
Member 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 updated: JuliaRegistries/General/8519

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

Please sign in to comment.