Skip to content

Commit

Permalink
update compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Oct 13, 2022
1 parent ae13194 commit aa7ad7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ComplexMixtures"
uuid = "6f35c628-ac57-5bae-8ea9-703a8964f6e9"
authors = ["Leandro Martinez <[email protected]>"]
version = "0.5.9-DEV"
version = "0.5.9"

[deps]
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Expand All @@ -26,11 +26,11 @@ JSON3 = "1"
StructTypes = "1"
Chemfiles = "0.9 - 0.10"
StableRNGs = "1"
DocStringExtensions = "0.8"
DocStringExtensions = "0.8, 0.9"
ProgressMeter = "1"
PDBTools = "0.12"
PDBTools = "0.12, 0.13"
StaticArrays = "1"
julia = "1.6"
Parameters = "0.12"
FortranFiles = "0.6"
ThreadPools = "1"
ThreadPools = "1, 2"

2 comments on commit aa7ad7b

@lmiq
Copy link
Member Author

@lmiq lmiq commented on aa7ad7b Oct 13, 2022

Choose a reason for hiding this comment

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

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

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

Please sign in to comment.