Skip to content

Commit

Permalink
Closes #136
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Jun 1, 2022
1 parent fb60a7e commit 42449a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pineappl_py/pineappl/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from .pineappl import version as __version__
from . import bin, fk_table, grid, import_only_subgrid, lumi, subgrid
1 change: 1 addition & 0 deletions pineappl_py/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ fn pineappl(_py: Python, m: &PyModule) -> PyResult<()> {
m.add_class::<fk_table::PyFkAssumptions>()?;
m.add_class::<subgrid::PySubgridEnum>()?;
m.add_class::<subgrid::PySubgridParams>()?;
m.add("version", env!("CARGO_PKG_VERSION"))?;

Ok(())
}

0 comments on commit 42449a7

Please sign in to comment.