From 6f9568b82e764f575c79bd84b1228160a8227785 Mon Sep 17 00:00:00 2001 From: Christopher Schwan Date: Tue, 2 Nov 2021 17:00:48 +0100 Subject: [PATCH] Release v0.5.0-beta.3 --- 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 30520a7f..ead009bf 100644 --- a/pineappl/Cargo.toml +++ b/pineappl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pineappl" -version = "0.5.0-beta.2" +version = "0.5.0-beta.3" authors = ["Christopher Schwan "] edition = "2018" license = "GPL-3.0-or-later" diff --git a/pineappl_capi/Cargo.toml b/pineappl_capi/Cargo.toml index 5b7802c8..cb352a0e 100644 --- a/pineappl_capi/Cargo.toml +++ b/pineappl_capi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pineappl_capi" -version = "0.5.0-beta.2" +version = "0.5.0-beta.3" 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.0-beta.2" } +pineappl = { path = "../pineappl", version = "0.5.0-beta.3" } itertools = "0.10" [features] diff --git a/pineappl_cli/Cargo.toml b/pineappl_cli/Cargo.toml index 00e4c180..02e55aaf 100644 --- a/pineappl_cli/Cargo.toml +++ b/pineappl_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pineappl_cli" -version = "0.5.0-beta.2" +version = "0.5.0-beta.3" authors = ["Christopher Schwan "] edition = "2018" license = "GPL-3.0-or-later" @@ -17,7 +17,7 @@ itertools = "0.10" lhapdf = "0.1.9" ndarray = "0.15.3" num_cpus = "1.0" -pineappl = { path = "../pineappl", version = "0.5.0-beta.2" } +pineappl = { path = "../pineappl", version = "0.5.0-beta.3" } prettytable-rs = { default-features = false, features = ["win_crlf"], version = "^0.8" } rayon = "1.3" diff --git a/pineappl_py/Cargo.toml b/pineappl_py/Cargo.toml index 70040937..d0fadd44 100644 --- a/pineappl_py/Cargo.toml +++ b/pineappl_py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pineappl_py" -version = "0.5.0-beta.2" +version = "0.5.0-beta.3" authors = [ "Christopher Schwan ", "Alessandro Candido ", @@ -22,7 +22,7 @@ name = "pineappl" crate-type = ["cdylib"] [dependencies] -pineappl = { path = "../pineappl", version = "0.5.0-beta.2" } +pineappl = { path = "../pineappl", version = "0.5.0-beta.3" } ndarray = "0.15.3" itertools = "0.9" numpy = "0.14.1"