Skip to content

Commit

Permalink
Version v0.11.1, update ViennaRNA_jll to v2.6.4 (#22)
Browse files Browse the repository at this point in the history
- update version to v0.11.1

- regenerate bindings

- update CEnum to v0.5.0 (new version adds new operators,
  doesn't affect this pkg)
  • Loading branch information
marcom authored Nov 5, 2023
1 parent 74daa07 commit 69deb25
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 65 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ViennaRNA"
uuid = "05a721ad-238d-4945-8c85-8b5c1fff3465"
authors = ["Marco Matthies <[email protected]>"]
version = "0.11.0"
version = "0.11.1"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand All @@ -11,10 +11,10 @@ ViennaRNA_jll = "b7a990de-7fa3-5a2e-8a39-d875e4dafecd"

[compat]
Aqua = "0.6"
CEnum = "0.4"
CEnum = "0.5"
Unitful = "1.9"
UnsafePointers = "1"
ViennaRNA_jll = "~2.6.2"
ViennaRNA_jll = "~2.6.4"
julia = "1.6"

[extras]
Expand Down
Loading

2 comments on commit 69deb25

@marcom
Copy link
Owner Author

@marcom marcom commented on 69deb25 Nov 5, 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/94782

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.11.1 -m "<description of version>" 69deb250a6fd5f680776fb5e3089ee0bc1443eff
git push origin v0.11.1

Please sign in to comment.