Skip to content

Commit e7a2ede

Browse files
Merge pull request #168 from abhro/bump-versions
Bump versions
2 parents 8ae192e + 6af108d commit e7a2ede

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DiffEqProblemLibrary"
22
uuid = "a077e3f3-b75c-5d7f-a0c6-6bc4c8ec64a9"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
4-
version = "5.1.0"
4+
version = "5.1.1"
55

66
[deps]
77
BVProblemLibrary = "ded0fc24-dfea-4565-b1d9-79c027d14d84"

lib/BVProblemLibrary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "BVProblemLibrary"
22
uuid = "ded0fc24-dfea-4565-b1d9-79c027d14d84"
3-
version = "0.1.6"
3+
version = "0.1.7"
44

55
[deps]
66
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"

lib/DAEProblemLibrary/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DAEProblemLibrary"
22
uuid = "dfb8ca35-80a1-48ba-a605-84916a45b4f8"
3-
version = "0.1.0"
3+
version = "0.1.1"
44

55
[deps]
66
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
@@ -15,4 +15,4 @@ julia = "1.10"
1515
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
1616

1717
[targets]
18-
test = ["Aqua"]
18+
test = ["Aqua"]

lib/DDEProblemLibrary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DDEProblemLibrary"
22
uuid = "f42792ee-6ffc-4e2a-ae83-8ee2f22de800"
3-
version = "0.1.2"
3+
version = "0.1.3"
44

55
[deps]
66
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"

lib/NonlinearProblemLibrary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "NonlinearProblemLibrary"
22
uuid = "b7050fa9-e91f-4b37-bcee-a89a063da141"
3-
version = "0.1.3"
3+
version = "0.1.4"
44

55
[deps]
66
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

lib/ODEProblemLibrary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ODEProblemLibrary"
22
uuid = "fdc4e326-1af4-4b90-96e7-779fcce2daa5"
3-
version = "1.2.2"
3+
version = "1.2.3"
44

55
[deps]
66
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"

lib/SDEProblemLibrary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "SDEProblemLibrary"
22
uuid = "c72e72a9-a271-4b2b-8966-303ed956772e"
3-
version = "1.0.0"
3+
version = "1.0.1"
44

55
[deps]
66
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"

0 commit comments

Comments
 (0)