Skip to content

Commit

Permalink
Bump package versions for Julia v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phrb committed Sep 1, 2020
1 parent b731607 commit d1fac00
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
language: julia

julia:
- 1.4.1
- 1.5.1

os:
- linux
Expand All @@ -19,7 +19,7 @@ after_success:
jobs:
include:
- stage: "Test"
julia: 1.4.1
julia: 1.5.1
os: linux
script:
- julia -e 'using Pkg; Pkg.build(; verbose = true); Pkg.test(coverage=true)'
Expand Down
18 changes: 9 additions & 9 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ExperimentalDesign"
uuid = "4babbea4-9e7d-11e9-116f-e1ada04bd296"
authors = ["Pedro Bruel <pedro.bruel@gmail.com>"]
version = "0.3.3"
version = "0.3.4"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -18,12 +18,12 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
DataFrames = "~0.21"
Distributions = "~0.23"
DocStringExtensions = "~0.8.1"
Documenter = "~0.24.6"
GLM = "~1.3.7"
DataFrames = "~0.21.7"
Distributions = "~0.23.10"
DocStringExtensions = "~0.8.3"
Documenter = "~0.24.11"
GLM = "~1.3.10"
Primes = "~0.5"
StatsBase = "~0.33"
StatsModels = "~0.6.10"
julia = "~1.4.1"
StatsBase = "~0.33.1"
StatsModels = "~0.6.14"
julia = "~1.5"
1 change: 1 addition & 0 deletions examples/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
ExperimentalDesign = "4babbea4-9e7d-11e9-116f-e1ada04bd296"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Expand Down

2 comments on commit d1fac00

@phrb
Copy link
Owner Author

@phrb phrb commented on d1fac00 Sep 1, 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/20646

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

Please sign in to comment.