From 0693e837e4e5af6babf259577a93b793e0dad282 Mon Sep 17 00:00:00 2001 From: DB_Ubuntu Date: Fri, 13 Oct 2023 13:24:37 -0400 Subject: [PATCH] Updated version number in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 074edd9..6540f5e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ "scipy", "numpy", "pyyaml"] TEST_DEPENDENCIES = ['pytest'] -VERSION = "1.5" +VERSION = "2.3" URL = "https://github.com/KVSlab/turtleFSI.git" setuptools.setup(