Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
- bump ViennaRNA compat to 0.9
  • Loading branch information
marcom committed Dec 20, 2022
1 parent 77070c8 commit 33cff2d
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 = "PlotRNA"
uuid = "eab79ae3-43af-4078-b4a3-b180fd2797a7"
authors = ["Marco Matthies <marco.matthies@gmail.com>"]
version = "0.1.5"
version = "0.1.6"

[deps]
BioStockholm = "eeb925a3-6f9d-43e6-829e-e0ea03b76ecf"
Expand All @@ -24,7 +24,7 @@ R2R_jll = "=1.0.6"
Requires = "1.3"
Scratch = "1.1"
SnoopPrecompile = "1"
ViennaRNA = "0.8"
ViennaRNA = "0.9"
julia = "1.6"

[extras]
Expand Down

2 comments on commit 33cff2d

@marcom
Copy link
Owner Author

@marcom marcom commented on 33cff2d Dec 20, 2022

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

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 v0.1.6 -m "<description of version>" 33cff2d7cfcc1521cc2b838c66f1708a6a53b737
git push origin v0.1.6

Please sign in to comment.