From e8aac12734bdd759653230339cff70c00e61840d Mon Sep 17 00:00:00 2001 From: Christopher Schwan Date: Fri, 17 Jun 2022 12:15:09 +0200 Subject: [PATCH] Release v0.5.3-beta --- pineappl/Cargo.toml | 2 +- pineappl_capi/Cargo.toml | 4 ++-- pineappl_cli/Cargo.toml | 4 ++-- pineappl_py/Cargo.toml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pineappl/Cargo.toml b/pineappl/Cargo.toml index f8000830..b4490f34 100644 --- a/pineappl/Cargo.toml +++ b/pineappl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pineappl" -version = "0.5.2" +version = "0.5.3-beta" authors = ["Christopher Schwan "] edition = "2018" license = "GPL-3.0-or-later" diff --git a/pineappl_capi/Cargo.toml b/pineappl_capi/Cargo.toml index a04c7a9b..f230d986 100644 --- a/pineappl_capi/Cargo.toml +++ b/pineappl_capi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pineappl_capi" -version = "0.5.2" +version = "0.5.3-beta" authors = ["Christopher Schwan "] edition = "2018" license = "GPL-3.0-or-later" @@ -11,7 +11,7 @@ categories = ["science"] description = "C language interface to PineAPPL" [dependencies] -pineappl = { path = "../pineappl", version = "0.5.2" } +pineappl = { path = "../pineappl", version = "0.5.3-beta" } itertools = "0.10.1" [features] diff --git a/pineappl_cli/Cargo.toml b/pineappl_cli/Cargo.toml index 5e6f64df..16de58ae 100644 --- a/pineappl_cli/Cargo.toml +++ b/pineappl_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pineappl_cli" -version = "0.5.2" +version = "0.5.3-beta" authors = ["Christopher Schwan "] edition = "2018" license = "GPL-3.0-or-later" @@ -21,7 +21,7 @@ itertools = "0.10.1" lhapdf = "0.2.0" ndarray = "0.15.4" num_cpus = "1.13.0" -pineappl = { path = "../pineappl", version = "0.5.2" } +pineappl = { path = "../pineappl", version = "0.5.3-beta" } pineappl_fastnlo = { optional = true, path = "../pineappl_fastnlo", version = "0.1.0" } prettytable-rs = { default-features = false, features = ["win_crlf"], version = "0.8.0" } rayon = "1.5.1" diff --git a/pineappl_py/Cargo.toml b/pineappl_py/Cargo.toml index 1785bcff..2b5f4519 100644 --- a/pineappl_py/Cargo.toml +++ b/pineappl_py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pineappl_py" -version = "0.5.2" +version = "0.5.3-beta" authors = [ "Christopher Schwan ", "Alessandro Candido ", @@ -25,5 +25,5 @@ crate-type = ["cdylib"] itertools = "0.9" ndarray = "0.15.3" numpy = "0.16.2" -pineappl = { path = "../pineappl", version = "0.5.2" } +pineappl = { path = "../pineappl", version = "0.5.3-beta" } pyo3 = { features = ["extension-module"], version = "0.16.4" }