Skip to content

Commit

Permalink
Update Project.toml to make Registrator happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Nov 5, 2020
1 parent c758ab8 commit dc64d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
test = ["Test"]

[compat]
julia = "^1.0.0"
StrTables = "≥ 1.0.0"
julia = "1"
StrTables = "1"

2 comments on commit dc64d7b

@ScottPJones
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/24225

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 v1.1.0 -m "<description of version>" dc64d7b71ff1f512623e605257c40beb3a4407ea
git push origin v1.1.0

Please sign in to comment.