Skip to content

Commit

Permalink
set version to 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Feb 1, 2025
1 parent ced6b79 commit 585e759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CellListMap"
uuid = "69e1c6dd-3888-40e6-b3c8-31ac5f578864"
authors = ["Leandro Martinez <[email protected]> and contributors"]
version = "0.9.7-DEV"
version = "0.9.7"

[deps]
ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e"
Expand Down

2 comments on commit 585e759

@lmiq
Copy link
Member Author

@lmiq lmiq commented on 585e759 Feb 1, 2025

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • Conditionally test for allocations only if code coverage is not running.
  • Drop compatibility with Julia 1.6 (1.9 is required now)
  • Update some compatibility entries.

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

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 v0.9.7 -m "<description of version>" 585e75989170309087db20f9bb18c024dc21cd2c
git push origin v0.9.7

Please sign in to comment.