Skip to content

Commit

Permalink
Merge pull request #64 from JuliaActuary/alecloudenback-patch-2
Browse files Browse the repository at this point in the history
Update Project.toml
  • Loading branch information
alecloudenback authored Feb 20, 2022
2 parents 4f42254 + e1ecbe7 commit 9ae50c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
version:
- '1.5'
- '1.6'
os:
- ubuntu-latest
- macOS-latest
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1.5'
version: '1.6'
- run: |
julia --project=docs -e '
using Pkg
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LifeContingencies"
uuid = "c8f0d631-89cd-4a1f-93d0-7542c3692561"
authors = ["Alec Loudenback"]
version = "1.6.0"
version = "1.7.0"

[deps]
ActuaryUtilities = "bdd23359-8b1c-4f88-b89b-d11982a786f4"
Expand All @@ -15,7 +15,7 @@ ActuaryUtilities = "^2,^3"
MortalityTables = "^0.12, ^1, ^2"
Transducers = "^0.4"
Yields = "^1.0"
julia = "^1.5"
julia = "^1.6"

[extras]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand Down

2 comments on commit 9ae50c8

@alecloudenback
Copy link
Member Author

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

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.7.0 -m "<description of version>" 9ae50c86bf7344711242ea907c8341438ad34076
git push origin v1.7.0

Please sign in to comment.