Skip to content

Commit

Permalink
Bump ScanByte
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Jun 30, 2023
1 parent ad95dd5 commit ee0a192
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
@@ -1,7 +1,7 @@
name = "FASTX"
uuid = "c2308a5c-f048-11e8-3e8a-31650f418d12"
authors = ["Sabrina J. Ward <[email protected]>", "Jakob N. Nissen <[email protected]>"]
version = "2.1.0"
version = "2.1.1"

[weakdeps]
BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59"
Expand All @@ -22,7 +22,7 @@ BioSequencesExt = "BioSequences"
Automa = "0.8"
BioGenerics = "0.1.2"
BioSequences = "3"
ScanByte = "0.3"
ScanByte = "0.4"
PrecompileTools = "1"
StringViews = "1"
TranscodingStreams = "0.9.5"
Expand Down

2 comments on commit ee0a192

@jakobnissen
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 created: JuliaRegistries/General/86604

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 v2.1.1 -m "<description of version>" ee0a192ea0a31390d413a51eadcfaa7736989a30
git push origin v2.1.1

Please sign in to comment.