Skip to content

Commit

Permalink
Merge pull request #2 from MurrellGroup/compathelper/new_version/2024…
Browse files Browse the repository at this point in the history
…-08-19-00-59-07-512-04210817837

CompatHelper: add new compat entry for PeriodicTable at version 1, (keep existing compat)
  • Loading branch information
AntonOresten authored Aug 19, 2024
2 parents a653460 + dbb450d commit 64afa28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ AssigningSecondaryStructure = "0.4"
Backboner = "0.11"
BioStructures = "4"
OrderedCollections = "1"
PeriodicTable = "1"
Zygote = "0.6"
julia = "1"

Expand Down

3 comments on commit 64afa28

@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 ProteinChain type
  • Add ProteinStructure type
  • Add BackboneGeometry type
  • Add IdealResidue type

@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 ProteinChain type
  • Add ProteinStructure type
  • Add BackboneGeometry type
  • Add IdealResidue type

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

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.0.1 -m "<description of version>" 64afa28141d3ff2f1ccd41dd03da4119a0ed95c2
git push origin v0.0.1

Please sign in to comment.