Skip to content

Commit

Permalink
CompatHelper: bump compat for "Automa" to "0.8" (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben J. Ward <[email protected]>
  • Loading branch information
github-actions[bot] and Ben J. Ward committed Jan 23, 2020
1 parent 7a38012 commit 09b7fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[compat]
julia = "0.7,1"
Automa = "0.7"
Automa = "0.7, 0.8"
BGZFStreams = "0.3"
BioCore = "2"
BioSequences = "1"
Expand Down

2 comments on commit 09b7fd9

@TransGirlCodes
Copy link
Member

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

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 v1.0.1 -m "<description of version>" 09b7fd950750127024e8860e01f07e6639a91cb1
git push origin v1.0.1

Please sign in to comment.