Skip to content

Commit

Permalink
fix issues with package
Browse files Browse the repository at this point in the history
  • Loading branch information
aivuk committed Dec 13, 2024
1 parent 11bd6ff commit d9234fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ version = "1.0.0"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Kinbiont = "3b7c519f-be5e-4159-a208-6486ce96bb37"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"

[compat]
julia = "1.10"
CSV ="0.10.14"
Kinbiont = "1.0.10"

File renamed without changes.

2 comments on commit d9234fc

@aivuk
Copy link
Collaborator Author

@aivuk aivuk commented on d9234fc Dec 13, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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 updated: JuliaRegistries/General/121339

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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 v1.0.0 -m "<description of version>" d9234fc4d13867d157a9c1e880424bd540ad588a
git push origin v1.0.0

Please sign in to comment.