Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Apr 1, 2022
1 parent d903a75 commit 7519086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name = "MolecularMinimumDistances"
uuid = "46954fcc-1dd7-4352-b01d-a39240e91dc8"
authors = ["Leandro Martinez <leandro@iqm.unicamp.br> and contributors"]
version = "0.3.1-DEV"
version = "0.3.1"

[deps]
CellListMap = "69e1c6dd-3888-40e6-b3c8-31ac5f578864"

[compat]
julia = "1.6"
CellListMap = "0.7.11"
CellListMap = "0.7.12"

[extras]
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Expand Down

2 comments on commit 7519086

@lmiq
Copy link
Member Author

@lmiq lmiq commented on 7519086 Apr 1, 2022

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 created: JuliaRegistries/General/57779

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.3.1 -m "<description of version>" 7519086c8e73160f6773b27b0464a2261dcf00c1
git push origin v0.3.1

Please sign in to comment.