Skip to content

Commit

Permalink
Add missing compat info.
Browse files Browse the repository at this point in the history
  • Loading branch information
michakraus committed Nov 4, 2022
1 parent 74558a5 commit 99b512f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,17 @@ VlasovMethods = "4a954452-39e6-424b-ae51-38fc4bbc42ef"

[compat]
HDF5 = "0.16"
LaTeXStrings = "1"
LazyArrays = "0.22"
LinearMaps = "3"
OffsetArrays = "1"
Parameters = "0.12"
ParticleMethods = "0.1.0"
Plots = "1"
PoissonSolvers = "0.1.0"
RecursiveArrayTools = "2"
TypedTables = "1"
VlasovMethods = "0.1"
julia = "1.7"

[extras]
Expand Down

4 comments on commit 99b512f

@michakraus
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/71634

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>" 99b512f50dddf2c92991dd4d034ebac9e265153e
git push origin v0.1.0

@michakraus
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/71634

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>" 99b512f50dddf2c92991dd4d034ebac9e265153e
git push origin v0.1.0

Please sign in to comment.