diff --git a/pod_rbf/__init__.py b/pod_rbf/__init__.py index 9f05d6d..8a3333a 100644 --- a/pod_rbf/__init__.py +++ b/pod_rbf/__init__.py @@ -1,3 +1,3 @@ from .pod_rbf import * -__version__ = "1.0.1" +__version__ = "1.0.2" diff --git a/setup.py b/setup.py index 5fcfb2c..64532b1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pod_rbf", # Replace with your own username - version="1.0.1", + version="1.0.2", author="Kyle Beggs", author_email="beggskw@gmail.com", description="Tool to perform interpolation using the Proper Orthogonal Decomposition - Radial Basis Function (POD-RBF) method.",