Skip to content

Commit

Permalink
Set version to v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Jul 11, 2024
1 parent 4ddb276 commit 20e9279
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
name = "PDBTools"
uuid = "e29189f1-7114-4dbd-93d0-c5673a921a58"
authors = ["Leandro Martinez <[email protected]>"]
version = "1.8.3-DEV"
version = "1.8.3"

[deps]
AtomsBase = "a963bdd2-2df7-4f54-a1ee-49d51e6be12a"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
AtomsBase = "a963bdd2-2df7-4f54-a1ee-49d51e6be12a"
Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[extras]
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

[compat]
Aqua = "0.8"
AtomsBase = "0.3.4"
Dates = "1.9"
DelimitedFiles = "1.9"
Documenter = "1.3"
Downloads = "1.6"
Format = "1.3"
InteractiveUtils = "1.9"
Documenter = "1.3"
TestItemRunner = "0.2"
Test = "1.9"
DelimitedFiles = "1.9"
LinearAlgebra = "1.9"
OrderedCollections = "1.6.3"
Parameters = "0.12"
Printf = "1.9"
AtomsBase = "0.3.4"
Format = "1.3"
Aqua = "0.8"
Dates = "1.9"
StaticArrays = "1.6"
Test = "1.9"
TestItemRunner = "0.2"
TestItems = "0.1, 1"
julia = "1.9"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
InteractiveUtils = "1.9"
TestItems = "0.1, 1"
Parameters = "0.12"
Printf = "1.9"

[targets]
test = ["Test", "TestItemRunner", "StaticArrays", "Aqua", "Documenter", "DelimitedFiles"]

2 comments on commit 20e9279

@lmiq
Copy link
Member Author

@lmiq lmiq commented on 20e9279 Jul 11, 2024

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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 v1.8.3 -m "<description of version>" 20e927912ae265bfce7361de75016266bfdd43dd
git push origin v1.8.3

Please sign in to comment.