Skip to content

Commit

Permalink
set version to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Sep 4, 2024
1 parent 667ff57 commit 6a26856
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 = "Packmol"
uuid = "6cdf86f9-9676-4cea-a42d-19f9a563443f"
authors = ["Leandro Martinez <[email protected]> and contributors"]
version = "0.1.9-DEV"
version = "0.1.9"

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

2 comments on commit 6a26856

@lmiq
Copy link
Member Author

@lmiq lmiq commented on 6a26856 Sep 4, 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:

  • The relative path of the files determined inside the the input file of packmol are treated with greater care, and the name of the output file with full path is written to the user, to avoid confusion.
  • If packmol errors, a simpler stack trace is printed.

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

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.9 -m "<description of version>" 6a26856a2f6cee8a0c6ecde954ae7889eb210199
git push origin v0.1.9

Please sign in to comment.