From bb5a104ede5163794213e124925a5e25f6a4317b Mon Sep 17 00:00:00 2001
From: Ian Bell <ian.bell@nist.gov>
Date: Thu, 28 Jul 2022 17:15:56 -0400
Subject: [PATCH] Bump version and autodiff

---
 README.md                 | 2 +-
 externals/autodiff        | 2 +-
 interface/teqpversion.hpp | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index a108aec..8b86b31 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Written by Ian Bell, NIST.
 
 * 0.9.5 :
 
-  * Bugfix: Fix the eigenvector orientiation as well when taking the temperature derivative. See [b70178f7](https://github.com/usnistgov/teqp/commit/b70178f79fe9f4950b3075b80fec4495313ffba5)
+  * Bugfix: Fix the eigenvector orientiation as well when taking the temperature derivative in critical curve tracing. See [b70178f7](https://github.com/usnistgov/teqp/commit/b70178f79fe9f4950b3075b80fec4495313ffba5)
 
 * 0.9.4 :
 
diff --git a/externals/autodiff b/externals/autodiff
index a43a79f..bd2eff9 160000
--- a/externals/autodiff
+++ b/externals/autodiff
@@ -1 +1 @@
-Subproject commit a43a79fa5af53532a9a75067643c74ed726b3b8c
+Subproject commit bd2eff99de4ac01f5b943a8370be78d4ec64edfa
diff --git a/interface/teqpversion.hpp b/interface/teqpversion.hpp
index 02b54e6..5582f55 100644
--- a/interface/teqpversion.hpp
+++ b/interface/teqpversion.hpp
@@ -1,2 +1,2 @@
 #include <string>
-const std::string TEQPVERSION = "0.9.5";
\ No newline at end of file
+const std::string TEQPVERSION = "0.9.6.dev0";
\ No newline at end of file
-- 
GitLab