Skip to content

Commit

Permalink
Release v0.6.0-alpha.15
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed May 11, 2023
1 parent bc56a05 commit f46bd2d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ keywords = ["high-energy-physics", "physics"]
license = "GPL-3.0-or-later"
repository = "https://github.com/NNPDF/pineappl"
rust-version = "1.64.0"
version = "0.6.0-alpha.14"
version = "0.6.0-alpha.15"

[profile.release]
codegen-units = 1
Expand Down
2 changes: 1 addition & 1 deletion pineappl_capi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version.workspace = true
version.workspace = true

[dependencies]
pineappl = { path = "../pineappl", version = "0.6.0-alpha.14" }
pineappl = { path = "../pineappl", version = "0.6.0-alpha.15" }
itertools = "0.10.1"

[features]
Expand Down
6 changes: 3 additions & 3 deletions pineappl_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ lhapdf = "0.2.1"
lz4_flex = { optional = true, version = "0.9.2" }
ndarray = "0.15.4"
ndarray-npy = { optional = true, version = "0.8.1" }
pineappl = { path = "../pineappl", version = "0.6.0-alpha.14" }
pineappl_applgrid = { optional = true, path = "../pineappl_applgrid", version = "0.6.0-alpha.14" }
pineappl_fastnlo = { optional = true, path = "../pineappl_fastnlo", version = "0.6.0-alpha.14" }
pineappl = { path = "../pineappl", version = "0.6.0-alpha.15" }
pineappl_applgrid = { optional = true, path = "../pineappl_applgrid", version = "0.6.0-alpha.15" }
pineappl_fastnlo = { optional = true, path = "../pineappl_fastnlo", version = "0.6.0-alpha.15" }
predicates = "2.1.1"
prettytable-rs = { default-features = false, features = ["win_crlf"], version = "0.10.0" }
rayon = "1.5.1"
Expand Down
2 changes: 1 addition & 1 deletion pineappl_py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ crate-type = ["cdylib"]
itertools = "0.10.1"
ndarray = "0.15.4"
numpy = "0.16.2"
pineappl = { path = "../pineappl", version = "0.6.0-alpha.14" }
pineappl = { path = "../pineappl", version = "0.6.0-alpha.15" }
pyo3 = { features = ["extension-module"], version = "0.16.4" }

0 comments on commit f46bd2d

Please sign in to comment.