File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pineappl"
3
- version = " 0.5.3-beta"
3
+ version = " 0.5.3-beta.1 "
4
4
authors = [" Christopher Schwan <handgranaten-herbert@posteo.de>" ]
5
5
edition = " 2018"
6
6
license = " GPL-3.0-or-later"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pineappl_capi"
3
- version = " 0.5.3-beta"
3
+ version = " 0.5.3-beta.1 "
4
4
authors = [" Christopher Schwan <handgranaten-herbert@posteo.de>" ]
5
5
edition = " 2018"
6
6
license = " GPL-3.0-or-later"
@@ -11,7 +11,7 @@ categories = ["science"]
11
11
description = " C language interface to PineAPPL"
12
12
13
13
[dependencies ]
14
- pineappl = { path = " ../pineappl" , version = " 0.5.3-beta" }
14
+ pineappl = { path = " ../pineappl" , version = " 0.5.3-beta.1 " }
15
15
itertools = " 0.10.1"
16
16
17
17
[features ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pineappl_cli"
3
- version = " 0.5.3-beta"
3
+ version = " 0.5.3-beta.1 "
4
4
authors = [" Christopher Schwan <handgranaten-herbert@posteo.de>" ]
5
5
edition = " 2018"
6
6
license = " GPL-3.0-or-later"
@@ -21,7 +21,7 @@ itertools = "0.10.1"
21
21
lhapdf = " 0.2.0"
22
22
ndarray = " 0.15.4"
23
23
num_cpus = " 1.13.0"
24
- pineappl = { path = " ../pineappl" , version = " 0.5.3-beta" }
24
+ pineappl = { path = " ../pineappl" , version = " 0.5.3-beta.1 " }
25
25
pineappl_fastnlo = { optional = true , path = " ../pineappl_fastnlo" , version = " 0.1.0" }
26
26
prettytable-rs = { default-features = false , features = [" win_crlf" ], version = " 0.8.0" }
27
27
rayon = " 1.5.1"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pineappl_py"
3
- version = " 0.5.3-beta"
3
+ version = " 0.5.3-beta.1 "
4
4
authors = [
5
5
" Christopher Schwan <handgranaten-herbert@posteo.de>" ,
6
6
" Alessandro Candido <candido.ale@gmail.com>" ,
@@ -25,5 +25,5 @@ crate-type = ["cdylib"]
25
25
itertools = " 0.9"
26
26
ndarray = " 0.15.3"
27
27
numpy = " 0.16.2"
28
- pineappl = { path = " ../pineappl" , version = " 0.5.3-beta" }
28
+ pineappl = { path = " ../pineappl" , version = " 0.5.3-beta.1 " }
29
29
pyo3 = { features = [" extension-module" ], version = " 0.16.4" }
You can’t perform that action at this time.
0 commit comments