From 6ec2f6eccb06088b366c9f3c3cb26c7fc29e0799 Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Wed, 27 Jul 2022 16:21:20 -0400 Subject: [PATCH] version 0.9.4 --- README.md | 4 ++++ interface/teqpversion.hpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9df976fe..6f6cde5b 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ Written by Ian Bell, NIST. [![PyPI version](https://badge.fury.io/py/teqp.svg)](https://badge.fury.io/py/teqp) +* 0.9.4 : + + * Expose the a and b parameters of cubic EOS. See [84ebc0fb](https://github.com/usnistgov/teqp/commit/84ebc0fb258ff42af30b2521b02a2a4984b7e715) + * 0.9.3 : * Bugfix: Fixed stopping condition in ``mix_VLE_Tx`` (if ``dx`` was negative, automatic stop, missing ``abs``). See [d87e91e](https://github.com/usnistgov/teqp/commit/d87e91ea10bbbd936993edd02f85a53ccd42817d) diff --git a/interface/teqpversion.hpp b/interface/teqpversion.hpp index 24e6fe75..505688e9 100644 --- a/interface/teqpversion.hpp +++ b/interface/teqpversion.hpp @@ -1,2 +1,2 @@ #include -const std::string TEQPVERSION = "0.9.4.dev0"; \ No newline at end of file +const std::string TEQPVERSION = "0.9.4"; \ No newline at end of file