Skip to content

Commit

Permalink
Set version to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Dec 24, 2021
1 parent c6c7751 commit bdfe557
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
name = "CellListMap"
uuid = "69e1c6dd-3888-40e6-b3c8-31ac5f578864"
authors = ["Leandro Martinez <[email protected]> and contributors"]
version = "0.7.1-DEV"
version = "0.7.1"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
DocStringExtensions = "0.8"
Parameters = "0.12"
ProgressMeter = "1.6"
Setfield = "0.7"
StaticArrays = "1"
julia = "1"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"

[extras]
Chemfiles = "46823bd8-5fb3-5f92-9aa0-96921f3dd015"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
Chemfiles = "46823bd8-5fb3-5f92-9aa0-96921f3dd015"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"

[compat]
StaticArrays = "1"
julia = "1"
Parameters = "0.12"
Setfield = "0.7"
DocStringExtensions = "0.8"
ProgressMeter = "1.6"

[targets]
test = ["Test", "Chemfiles", "NearestNeighbors", "ForwardDiff", "Unitful", "Measurements"]

2 comments on commit bdfe557

@lmiq
Copy link
Member Author

@lmiq lmiq commented on bdfe557 Dec 24, 2021

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/51198

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

Please sign in to comment.