Skip to content

Commit

Permalink
Release v0.5.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Oct 27, 2021
1 parent 4ae4df3 commit d3d47c4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pineappl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pineappl"
version = "0.5.0-beta.1"
version = "0.5.0-beta.2"
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand Down
4 changes: 2 additions & 2 deletions pineappl_capi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pineappl_capi"
version = "0.5.0-beta.1"
version = "0.5.0-beta.2"
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand All @@ -11,7 +11,7 @@ categories = ["science"]
description = "C language interface to PineAPPL"

[dependencies]
pineappl = { path = "../pineappl", version = "0.5.0-beta.1" }
pineappl = { path = "../pineappl", version = "0.5.0-beta.2" }
itertools = "0.10"

[features]
Expand Down
4 changes: 2 additions & 2 deletions pineappl_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pineappl_cli"
version = "0.5.0-beta.1"
version = "0.5.0-beta.2"
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand All @@ -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.1" }
pineappl = { path = "../pineappl", version = "0.5.0-beta.2" }
prettytable-rs = { default-features = false, features = ["win_crlf"], version = "^0.8" }
rayon = "1.3"

Expand Down
4 changes: 2 additions & 2 deletions pineappl_py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pineappl_py"
version = "0.5.0-beta.1"
version = "0.5.0-beta.2"
authors = [
"Christopher Schwan <handgranaten-herbert@posteo.de>",
"Alessandro Candido <candido.ale@gmail.com>",
Expand All @@ -22,7 +22,7 @@ name = "pineappl"
crate-type = ["cdylib"]

[dependencies]
pineappl = { path = "../pineappl", version = "0.5.0-beta.1" }
pineappl = { path = "../pineappl", version = "0.5.0-beta.2" }
ndarray = "0.15.3"
itertools = "0.9"
numpy = "0.14.1"
Expand Down

0 comments on commit d3d47c4

Please sign in to comment.