Skip to content

Commit

Permalink
Set version to v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Aug 31, 2023
1 parent 0b75e43 commit e5d51a7
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
name = "Packmol"
uuid = "6cdf86f9-9676-4cea-a42d-19f9a563443f"
authors = ["Leandro Martinez <leandro@iqm.unicamp.br> and contributors"]
version = "0.1.4-DEV"
version = "0.1.4"

[deps]
CellListMap = "69e1c6dd-3888-40e6-b3c8-31ac5f578864"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NativeFileDialog = "e1fe445b-aa65-4df4-81c1-2041507f0fd4"
Packmol_jll = "eb89d173-8f78-57a0-9e6e-c2e8c44a5e61"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
SPGBox = "bf97046b-3e66-4aa0-9aed-26efb7fac769"
NativeFileDialog = "e1fe445b-aa65-4df4-81c1-2041507f0fd4"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"

[compat]
Aqua = "0.6, 0.7"
CellListMap = "0.8.16"
FiniteDifferences = "0.12.30"
NativeFileDialog = "0.2.1"
Packmol_jll = "20"
Parameters = "0.12"
SPGBox = "0.5, 0.6, 0.7"
StaticArrays = "1"
Statistics = "1"
TestItems = "0.1"
julia = "1"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
CellListMap = "69e1c6dd-3888-40e6-b3c8-31ac5f578864"
SPGBox = "bf97046b-3e66-4aa0-9aed-26efb7fac769"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

[compat]
Packmol_jll = "20"
NativeFileDialog = "0.2.1"
Statistics = "1"
FiniteDifferences = "0.12.30"
Aqua = "0.6, 0.7"
StaticArrays = "1"
julia = "1"
TestItems = "0.1"
Parameters = "0.12"
CellListMap = "0.8.16"
SPGBox = "0.5, 0.6, 0.7"

[targets]
test = ["Aqua", "Test", "Random", "StaticArrays", "ForwardDiff", "FiniteDifferences", "TestItemRunner"]

2 comments on commit e5d51a7

@lmiq
Copy link
Member Author

@lmiq lmiq commented on e5d51a7 Aug 31, 2023

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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.4 -m "<description of version>" e5d51a779171170a9b53774d86d00cc35217e479
git push origin v0.1.4

Please sign in to comment.