Skip to content

Commit

Permalink
Release v0.8.0-alpha.1.testwheels.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jun 29, 2024
1 parent c032325 commit 0e45d2f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 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 @@ -22,7 +22,7 @@ keywords = ["high-energy-physics", "physics"]
license = "GPL-3.0-or-later"
repository = "https://github.com/NNPDF/pineappl"
rust-version = "1.70.0"
version = "0.7.4"
version = "0.8.0-alpha.1.testwheels.1"

[workspace.lints.clippy]
all = { level = "warn", priority = -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 @@ -16,7 +16,7 @@ version.workspace = true
workspace = true

[dependencies]
pineappl = { path = "../pineappl", version = "=0.7.4" }
pineappl = { path = "../pineappl", version = "=0.8.0-alpha.1.testwheels.1" }
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 @@ -30,9 +30,9 @@ lhapdf = { package = "managed-lhapdf", version = "0.3.2" }
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.7.4" }
pineappl_applgrid = { optional = true, path = "../pineappl_applgrid", version = "=0.7.4" }
pineappl_fastnlo = { optional = true, path = "../pineappl_fastnlo", version = "=0.7.4" }
pineappl = { path = "../pineappl", version = "=0.8.0-alpha.1.testwheels.1" }
pineappl_applgrid = { optional = true, path = "../pineappl_applgrid", version = "=0.8.0-alpha.1.testwheels.1" }
pineappl_fastnlo = { optional = true, path = "../pineappl_fastnlo", version = "=0.8.0-alpha.1.testwheels.1" }
prettytable-rs = { default-features = false, features = ["win_crlf"], version = "0.10.0" }
rayon = "1.5.1"
serde = { features = ["derive"], optional = true, version = "1.0.130" }
Expand Down
2 changes: 1 addition & 1 deletion pineappl_py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ crate-type = ["cdylib"]
itertools = "0.10.1"
ndarray = "0.15.4"
numpy = "0.20.0"
pineappl = { path = "../pineappl", version = "=0.7.4" }
pineappl = { path = "../pineappl", version = "=0.8.0-alpha.1.testwheels.1" }
pyo3 = { features = ["extension-module"], version = "0.20.0" }
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ clap_mangen = "0.2.18"
enum_dispatch = "0.3.7"
#git2 = "0.17.2"
#semver = "1.0.17"
pineappl_cli = { path = "../pineappl_cli", version = "=0.7.4" }
pineappl_cli = { path = "../pineappl_cli", version = "=0.8.0-alpha.1.testwheels.1" }

0 comments on commit 0e45d2f

Please sign in to comment.