Skip to content

Commit 0af11ce

Browse files
okay fine General, I'll do 3.0
1 parent 7ad3c9b commit 0af11ce

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Integrals"
22
uuid = "de52edbc-65ea-441a-8357-d3a637375a31"
33
authors = ["Chris Rackauckas <[email protected]>"]
4-
version = "1.0.0"
4+
version = "3.0.0"
55

66
[deps]
77
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"

lib/IntegralsCuba/Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name = "IntegralsCuba"
22
uuid = "e00cd5f1-6337-4131-8b37-28b2fe4cd6cb"
33
authors = ["Chris Rackauckas <[email protected]>"]
4-
version = "0.1.0"
4+
version = "0.2.0"
55

66
[deps]
77
Cuba = "8a292aeb-7a57-582c-b821-06e4c11590b1"
88
Integrals = "de52edbc-65ea-441a-8357-d3a637375a31"
99

1010
[compat]
1111
Cuba = "2"
12-
Integrals = "1"
12+
Integrals = "3"
1313
julia = "1.6"
1414

1515
[extras]

lib/IntegralsCubature/Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name = "IntegralsCubature"
22
uuid = "c31f79ba-6e32-46d4-a52f-182a8ac42a54"
33
authors = ["Chris Rackauckas <[email protected]>"]
4-
version = "0.1.0"
4+
version = "0.2.0"
55

66
[deps]
77
Cubature = "667455a9-e2ce-5579-9412-b964f529a492"
88
Integrals = "de52edbc-65ea-441a-8357-d3a637375a31"
99

1010
[compat]
1111
Cubature = "1"
12-
Integrals = "1"
12+
Integrals = "3"
1313
julia = "1.6"
1414

1515
[extras]

0 commit comments

Comments
 (0)