Skip to content

Commit

Permalink
version 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhbell committed Jul 27, 2022
1 parent 6fe7d7f commit 6ec2f6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion interface/teqpversion.hpp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#include <string>
const std::string TEQPVERSION = "0.9.4.dev0";
const std::string TEQPVERSION = "0.9.4";

0 comments on commit 6ec2f6e

Please sign in to comment.