Skip to content

Commit

Permalink
Specified Julia version in Compat
Browse files Browse the repository at this point in the history
  • Loading branch information
mattBrzezinski committed Jan 15, 2020
1 parent 438624a commit 0752ec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17"
EzXML = "0.7, 0.8, 0.9, 1.0"
IterTools = "1.0"
JSON = "0.18, 0.19, 0.20, 0.21"
julia = "1"

[extras]
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Expand Down

2 comments on commit 0752ec2

@mattBrzezinski
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 register()

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

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.0 -m "<description of version>" 0752ec27a9057c67e3715082ec855eef156ce6a3
git push origin v0.4.0

Please sign in to comment.