Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf authored Oct 4, 2021
1 parent c3cf8fb commit b5ee340
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
Expand Up @@ -29,6 +29,7 @@ CodecLz4 = "^0.3.0, ^0.4.0"
CodecXz = "^0.6.0, ^0.7.0"
CodecZlib = "^0.6.0, ^0.7.0"
CodecZstd = "^0.6.0, ^0.7.0"
IterTools = "^1"
LRUCache = "^1.3.0"
LorentzVectors = "^0.4.0"
Memoization = "^0.1.10"
Expand Down

2 comments on commit b5ee340

@Moelf
Copy link
Member Author

@Moelf Moelf commented on b5ee340 Oct 4, 2021

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/46083

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.7.0 -m "<description of version>" b5ee3405d1b1ce66a61157d87cc89c287d9cb7ee
git push origin v0.7.0

Please sign in to comment.