Skip to content

Commit

Permalink
CompatHelper: bump compat for PSIS to 0.9, (keep existing compat) (#148)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for PSIS to 0.9, (keep existing compat)

* Increment minor version number

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Seth Axen <[email protected]>
  • Loading branch information
3 people authored Jul 3, 2023
1 parent 1027ec7 commit 4771d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Pathfinder"
uuid = "b1d3bc72-d0e7-4279-b92f-7fa5d6d2d454"
authors = ["Seth Axen <[email protected]> and contributors"]
version = "0.7.4"
version = "0.7.5"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand Down Expand Up @@ -48,7 +48,7 @@ Optim = "1.4"
Optimization = "3"
OptimizationOptimJL = "0.1"
PDMats = "0.11"
PSIS = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8"
PSIS = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9"
ProgressLogging = "0.1.4"
Requires = "1"
SciMLBase = "1.8.1"
Expand Down

2 comments on commit 4771d72

@sethaxen
Copy link
Member

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

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.7.5 -m "<description of version>" 4771d721948e47266a26f0d556fae4864d67a518
git push origin v0.7.5

Please sign in to comment.