diff --git a/f90wrap/__init__.py b/f90wrap/__init__.py index 0aa8c6b0..a05ae669 100644 --- a/f90wrap/__init__.py +++ b/f90wrap/__init__.py @@ -45,6 +45,6 @@ Add support for Fortran derived types and interfaces to f2py by wrapping Fortran code with a simple f90 interface layer. -(c) James Kermode 2011-2021 """ +(c) James Kermode 2011-2024 """ -__version__ = '0.2.13' +__version__ = '0.2.14'