feat(libcomposition): version bump to libcomposition 1.8.0

bumped version to libcomposition version with proper Ye handling and fixed conversion from number fraction to mass fraction
This commit is contained in:
2025-10-06 14:40:22 -04:00
parent 92829b2367
commit e9838d1373
4 changed files with 6 additions and 10 deletions

View File

@@ -3,4 +3,4 @@
#include <pybind11/pybind11.h>
void register_comp_bindings(const pybind11::module &m);
void register_species_bindings(pybind11::module &m);
void register_species_bindings(const pybind11::module &m);