Skip to content

Commit

Permalink
Add [compat] section in Project
Browse files Browse the repository at this point in the history
  • Loading branch information
davidavdav committed Jun 10, 2019
1 parent 4cde930 commit 7e4dd31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ uuid = "86f7a689-2022-50b4-a561-43c23ac3c673"
authors = ["David A. van Leeuwen <[email protected]>"]
version = "0.9.3"

[compat]
julia = "1"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand Down

2 comments on commit 7e4dd31

@davidavdav
Copy link
Owner 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/1284

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

Please sign in to comment.