From b5841d2ebcaf4a27724d62b83afb7210561045a4 Mon Sep 17 00:00:00 2001
From: Ian Bell <ian.bell@nist.gov>
Date: Tue, 28 Jun 2022 16:44:04 -0400
Subject: [PATCH] Release 0.9.1

---
 README.md                 | 4 ++++
 interface/teqpversion.hpp | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 70195a2..4f4009a 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.1 :
+
+  * Transcription error in a coefficient of PC-SAFT
+
 * 0.9.0 :
 
   * Add ability to obtain ancillaries for multifluid model (``see teqp/models/multifluid_ancillaries.hpp``) or the ``build_ancillaries`` method in python
diff --git a/interface/teqpversion.hpp b/interface/teqpversion.hpp
index d907574..2d65a24 100644
--- a/interface/teqpversion.hpp
+++ b/interface/teqpversion.hpp
@@ -1,2 +1,2 @@
 #include <string>
-const std::string TEQPVERSION = "0.9.1.dev0";
\ No newline at end of file
+const std::string TEQPVERSION = "0.9.1";
\ No newline at end of file
-- 
GitLab