From 4a778e8d0af364088fa809a110c3b40d56cbe400 Mon Sep 17 00:00:00 2001 From: Max Wang Date: Tue, 11 Jun 2024 16:37:11 -0400 Subject: [PATCH] Bump patch version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 900eb0f..d45981d 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="sri-test-harness", - version="0.1.13", + version="0.1.15", author="Max Wang", author_email="max@covar.com", url="https://github.com/TranslatorSRI/TestHarness",