Skip to content

Commit

Permalink
Merge pull request #125 from Chemellia/compathelper/new_version/2021-…
Browse files Browse the repository at this point in the history
…10-23-01-01-53-153-03636837808

CompatHelper: add new compat entry for MolecularGraph at version 0.11, (keep existing compat)
rkurchin authored Oct 26, 2021
2 parents aae393d + 14cfc56 commit 0dd3b61
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
@@ -33,6 +33,7 @@ DataStructures = "0.17, 0.18"
Flux = "0.11, 0.12"
GraphPlot = "0.5"
Graphs = "1.4.1"
MolecularGraph = "0.11"
JSON3 = "1.9"
NearestNeighbors = "0.4"
PyCall = "1"

4 comments on commit 0dd3b61

@rkurchin
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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Register Failed
@rkurchin, it looks like you are not a publicly listed member/owner in the parent organization (Chemellia).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

@rkurchin
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
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/47496

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

Please sign in to comment.