diff --git a/pod_rbf/__init__.py b/pod_rbf/__init__.py index f15a057..53067fe 100644 --- a/pod_rbf/__init__.py +++ b/pod_rbf/__init__.py @@ -1,3 +1,3 @@ from .pod_rbf import * -__version__ = "1.4.2" +__version__ = "1.4.3" diff --git a/setup.py b/setup.py index 29d259f..12a09df 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pod_rbf", - version="1.4.2", + version="1.4.3", author="Kyle Beggs", author_email="beggskw@gmail.com", description="Tool to perform interpolation using the Proper Orthogonal Decomposition - Radial Basis Function (POD-RBF) method.",