Skip to content

Commit

Permalink
Update Julia version compat to 1.9 (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjanan authored Aug 11, 2023
1 parent 7e41480 commit c7e11d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ GZip = "0.5.1"
Graphs = "1"
IterativeSolvers = "0.9"
SimpleWeightedGraphs = "1.2"
julia = "1.6"
julia = "1.9"

2 comments on commit c7e11d0

@ranjanan
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 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/89450

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 v5.13.0 -m "<description of version>" c7e11d079a8cd68df8ff50355f03163855f5b210
git push origin v5.13.0

Please sign in to comment.