Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebeggs committed Sep 13, 2023
1 parent bd7e39d commit b185bbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pod_rbf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .pod_rbf import *

__version__ = "1.4.2"
__version__ = "1.4.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit b185bbe

Please sign in to comment.