Skip to content

Commit

Permalink
v0.2.0, update compat of ViennaRNA_jll to ~2.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
marcom committed Jun 27, 2023
1 parent a57eb74 commit 649fb71
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 = "FoldRNA"
uuid = "c54b6bf2-3650-4185-8b5f-4b1290dd1f68"
authors = ["Marco Matthies <[email protected]>"]
version = "0.1.3"
version = "0.2.0"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand All @@ -21,7 +21,7 @@ OffsetArrays = "1.12"
ResumableFunctions = "0.6.2"
StaticArrays = "1.4.4"
Unitful = "1.11"
ViennaRNA_jll = "~2.5.1"
ViennaRNA_jll = "~2.6.2"
julia = "1.6"

[extras]
Expand Down

2 comments on commit 649fb71

@marcom
Copy link
Owner Author

@marcom marcom commented on 649fb71 Jun 27, 2023

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

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.2.0 -m "<description of version>" 649fb71bb85a1799e7a94ca807bccf92e76823de
git push origin v0.2.0

Please sign in to comment.