Skip to content

Commit

Permalink
fixed dependency of Julia, because of ThreadPools
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Aug 23, 2020
1 parent a01040c commit ac270c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.1.1"
version = "0.1.2"

[deps]
Chemfiles = "46823bd8-5fb3-5f92-9aa0-96921f3dd015"
Expand All @@ -26,4 +26,4 @@ Parameters = "0.12.1"
ProgressMeter = "1.3.1"
StructTypes = "1.1.0"
ThreadPools = "1.1.3"
julia = "1"
julia = "^1.3"

2 comments on commit ac270c1

@lmiq
Copy link
Member Author

@lmiq lmiq commented on ac270c1 Aug 23, 2020

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

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.2 -m "<description of version>" ac270c108b2966e23f30c018d7a0178393fa4231
git push origin v0.1.2

Please sign in to comment.