diff --git a/README.md b/README.md index c0fc2f970f207ed16445ba7fe5fadcd262195e0a..9a9617ff6c646129d01c89ca5b4d5fa06ad4abe4 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,11 @@ Written by Ian Bell, NIST, with the help of colleagues and collaborators [](https://badge.fury.io/py/teqp) +* 0.14.2 : + + * Fix missing ``get_meta`` and ``set_meta`` functions for cubics (should have been in 0.14.0) + * Attach methods for multifluid mutants as well + * 0.14.1 : * Fix typo in loading of two-center LJF models, should be "2CLJF-Dipole" for "kind" diff --git a/interface/teqpversion.hpp b/interface/teqpversion.hpp index 6e4f459326d6f092a368775ee34b28bb89c62de2..7ff345e00a16842d576d20c75bc3e8cd7eee4bb2 100644 --- a/interface/teqpversion.hpp +++ b/interface/teqpversion.hpp @@ -1,2 +1,2 @@ #include <string> -const std::string TEQPVERSION = "0.14.1"; +const std::string TEQPVERSION = "0.14.2";