Skip to content

Commit

Permalink
compat bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapp committed Oct 18, 2022
1 parent 87d60f8 commit 9e0d96b
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 = "MultistartOptimization"
uuid = "3933049c-43be-478e-a8bb-6e0f7fd53575"
authors = ["Tamas K. Papp <[email protected]>"]
version = "0.2.1"
version = "0.2.2"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand All @@ -13,7 +13,7 @@ Sobol = "ed01d8cd-4d21-5b2a-85b4-cc3bdc58bad4"

[compat]
ArgCheck = "1, 2"
DocStringExtensions = "0.8"
DocStringExtensions = "0.8, 0.9"
NLopt = "0.5, 0.6"
Parameters = "0.12"
Requires = "1.1"
Expand Down

2 comments on commit 9e0d96b

@tpapp
Copy link
Owner Author

@tpapp tpapp commented on 9e0d96b Oct 18, 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/70509

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.2.2 -m "<description of version>" 9e0d96b378404cbfef52910f168c276d8b05518c
git push origin v0.2.2

Please sign in to comment.