Skip to content

Commit

Permalink
Set version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lrennels committed Jul 15, 2023
1 parent 514fc93 commit 46a6ac0
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
name = "GlobalSensitivityAnalysis"
uuid = "1b10255b-6da3-57ce-9089-d24e8517b87e"
version = "1.1.4-DEV"
version = "1.2.0"

[deps]
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Trapz = "592b5752-818d-11e9-1e9a-2b8ca4a44cd1"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Sobol = "ed01d8cd-4d21-5b2a-85b4-cc3bdc58bad4"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Trapz = "592b5752-818d-11e9-1e9a-2b8ca4a44cd1"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"

[compat]
DataFrames = "0.19.1, 0.20, 0.21, 0.22, 1.0"
DataStructures = "0.17, 0.18"
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
julia = "1.6"
KernelDensity = "0.6"
ProgressMeter = "1.2"
Sobol = "1.3"
DataStructures = "0.17, 0.18"
StatsBase = "0.33, 0.34"
Trapz = "1, 2"
julia = "1.6"

[extras]
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
DataFrames = "0.19.1, 0.20, 0.21, 0.22, 1.0"
Sobol = "1.3"
ProgressMeter = "1.2"

[targets]
test = ["Test", "CSVFiles", "DataFrames"]

2 comments on commit 46a6ac0

@lrennels
Copy link
Owner Author

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

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.2.0 -m "<description of version>" 46a6ac015ea3e81d0f64f189c757d0326535e145
git push origin v1.2.0

Please sign in to comment.