Skip to content

Commit

Permalink
revise compat
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrogantGao committed Oct 30, 2023
1 parent bdcf2e0 commit 9dc12ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ CellListMap = "0.8"
DelimitedFiles = "1"
Distributions = "0.25"
StaticArrays = "1"
LinearAlgebra = "1"
Random = "1"
julia = "1"

[extras]
Expand Down

2 comments on commit 9dc12ce

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

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.2.2 -m "<description of version>" 9dc12cebceede6dbe98b5057d32787470c455887
git push origin v0.2.2

Please sign in to comment.