Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten committed Oct 15, 2024
2 parents 689d461 + d6b2258 commit 0c980d8
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
@@ -1,7 +1,7 @@
name = "ProteinChains"
uuid = "b8e8f2a5-48d3-44f1-ba0d-c71cb7726ff8"
authors = ["Anton Oresten <[email protected]> and contributors"]
version = "0.3.0"
version = "0.3.1"

[deps]
AssigningSecondaryStructure = "8ed43e74-60fb-4e11-99b9-91deed37aef7"
Expand Down

2 comments on commit 0c980d8

@AntonOresten
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 register

Release notes:

  • Add ProteinStructureStore(f::Function, ::Type{ProteinStructureStore}, args...), enabling do syntax for ensuring closure.
  • Define Base.open(::Type{ProteinStructureStore}, args...) method, with do syntax supported.
  • Fix parsing of atom names with tags wider than 2 characters.
  • Avoid constructing MMCIF dictionary multiple times when reading.

@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/117281

Tagging

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.3.1 -m "<description of version>" 0c980d849dc0e1797cb9e6b4f5dad01a02586041
git push origin v0.3.1

Please sign in to comment.