Skip to content

Commit

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

* Increment patch number

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Seth Axen <[email protected]>
  • Loading branch information
3 people authored Apr 24, 2022
1 parent d48ad21 commit 972e0ef
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.3.4"
version = "0.3.5"

[deps]
AbstractDifferentiation = "c29ec348-61ec-40c8-8164-b8c60e9d9f3d"
Expand All @@ -25,7 +25,7 @@ ForwardDiff = "0.10"
GalacticOptim = "2"
Optim = "1.4"
PDMats = "0.11"
PSIS = "0.2, 0.3"
PSIS = "0.2, 0.3, 0.4"
Requires = "1"
StatsBase = "0.33"
StatsFuns = "0.9"
Expand Down

2 comments on commit 972e0ef

@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/59049

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.5 -m "<description of version>" 972e0efaf89daf5101be16de98d7f6ec736b09db
git push origin v0.3.5

Please sign in to comment.