diff --git a/setup.py b/setup.py index d9f3ddb..13c53fb 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pod_rbf", # Replace with your own username - version="1.1.0", + version="1.1.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.",