Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens authored Jul 30, 2021
1 parent 6255e78 commit 838116a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![logo](misc/popgenio.png)
![logo](misc/popgencore.png)
This package contains the core utilities required by [PopGen.jl](https://github.com/biojulia/PopGen.jl), which includes the `PopData` and `Genotype` data types, their associated utilities, and file reading/writing.

[![alt text](https://img.shields.io/badge/docs-stable-informational?style=for-the-badge&logo=Read%20The%20Docs&logoColor=white)](https://BioJulia.net/PopGen.jl/)
Expand Down

2 comments on commit 838116a

@pdimens
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register branch=dev

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

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.1.0 -m "<description of version>" 838116a1ccccc47ac372f36b12c094ad6b511d50
git push origin v0.1.0

Please sign in to comment.