Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
Fixes #891
  • Loading branch information
ChrisRackauckas authored Aug 31, 2022
1 parent 1595f34 commit 343447a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DifferentialEquations"
uuid = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
authors = ["Chris Rackauckas <[email protected]>"]
version = "7.2.0"
version = "7.3.0"

[deps]
BoundaryValueDiffEq = "764a87c0-6b3e-53db-9096-fe964310641d"
Expand All @@ -16,21 +16,23 @@ OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SteadyStateDiffEq = "9672c7b4-1e72-59bd-8a11-6ac3964bc41f"
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"

[compat]
BoundaryValueDiffEq = "2.3"
DelayDiffEq = "5.18.0"
DiffEqBase = "6.72"
DiffEqBase = "6.98.2"
DiffEqCallbacks = "2.10"
DiffEqNoiseProcess = "5.0"
JumpProcesses = "9"
LinearSolve = "1"
OrdinaryDiffEq = "6"
OrdinaryDiffEq = "6.24.4"
RecursiveArrayTools = "2"
Reexport = "0.2, 1.0"
SciMLBase = "1.52"
SteadyStateDiffEq = "1.5"
StochasticDiffEq = "6.50"
Sundials = "3.8.1, 4.0"
Expand Down

0 comments on commit 343447a

Please sign in to comment.