Skip to content

Commit

Permalink
set version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed May 2, 2024
1 parent 65657c7 commit efd0e77
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,7 +1,7 @@
name = "Packmol"
uuid = "6cdf86f9-9676-4cea-a42d-19f9a563443f"
authors = ["Leandro Martinez <leandro@iqm.unicamp.br> and contributors"]
version = "0.1.7-DEV"
version = "0.1.7"

[deps]
CellListMap = "69e1c6dd-3888-40e6-b3c8-31ac5f578864"
Expand All @@ -16,7 +16,7 @@ TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"

[compat]
Aqua = "0.6, 0.7"
CellListMap = "0.8.16"
CellListMap = "0.8.30, 0.9"
FiniteDifferences = "0.12.30"
NativeFileDialog = "0.2.1"
Packmol_jll = "20"
Expand Down

2 comments on commit efd0e77

@lmiq
Copy link
Member Author

@lmiq lmiq commented on efd0e77 May 2, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • Update CellListMap interface usage.

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

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

Please sign in to comment.