From 9e825a7a5d75a917f7742c7d599d8a4dac375ab0 Mon Sep 17 00:00:00 2001 From: Kyle Beggs Date: Tue, 11 May 2021 15:07:53 -0400 Subject: [PATCH] forgot to update setup version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e8142d9..cea0973 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pod_rbf", # Replace with your own username - version="1.2.0", + version="1.2.1", author="Kyle Beggs", author_email="beggskw@gmail.com", description="Tool to perform interpolation using the Proper Orthogonal Decomposition - Radial Basis Function (POD-RBF) method.",