From eced6665e53cebcb560233302ec022e8a2ba8f6b Mon Sep 17 00:00:00 2001 From: Ian Bell <ian.bell@nist.gov> Date: Fri, 17 Jun 2022 23:56:35 -0400 Subject: [PATCH] Bump version --- interface/teqpversion.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/teqpversion.hpp b/interface/teqpversion.hpp index 6741ff6..d907574 100644 --- a/interface/teqpversion.hpp +++ b/interface/teqpversion.hpp @@ -1,2 +1,2 @@ #include <string> -const std::string TEQPVERSION = "0.9.0"; \ No newline at end of file +const std::string TEQPVERSION = "0.9.1.dev0"; \ No newline at end of file -- GitLab