Skip to content

Commit

Permalink
add compat bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapp committed Dec 7, 2019
1 parent f733fa4 commit 88a326f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ version = "1.0.1"
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

[[BinDeps]]
deps = ["Compat", "Libdl", "SHA", "URIParser"]
git-tree-sha1 = "12093ca6cdd0ee547c39b1870e0c9c3f154d9ca9"
deps = ["Libdl", "Pkg", "SHA", "URIParser", "Unicode"]
git-tree-sha1 = "66158ad56b4bf6cc8413b37d0b7bc52402682764"
uuid = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
version = "0.8.10"
version = "1.0.0"

[[BinaryProvider]]
deps = ["Libdl", "SHA"]
Expand Down
6 changes: 5 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Sobol = "ed01d8cd-4d21-5b2a-85b4-cc3bdc58bad4"

[compat]
Sobol = "^1.3"
julia = "^1.3"
ArgCheck = "^1"
DocStringExtensions = "^0.8"
NLopt = "^0.5"
Parameters = "^0.12"
Sobol = "^1.3"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 88a326f

@tpapp
Copy link
Owner Author

@tpapp tpapp commented on 88a326f Dec 7, 2019

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

Release notes:

initial release

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

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 88a326f3c9649d89ac1f504c5cab3fc2494c7c08
git push origin v0.1.0

Please sign in to comment.