diff --git a/AUTHORS.md b/AUTHORS.md index 376a647..848e4f4 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -2,4 +2,5 @@ Authors ======= * Nicolas Zweibaum * Mark Mikofski +* Bennet Emil Meyers diff --git a/pvmismatch/__init__.py b/pvmismatch/__init__.py index e08f5d1..0d70745 100644 --- a/pvmismatch/__init__.py +++ b/pvmismatch/__init__.py @@ -40,6 +40,6 @@ PVsystem = pvsystem.PVsystem __author__ = 'mmikofski' -__version__ = '2.2' -__release__ = 'Indonesian Icecream' +__version__ = '2.3' +__release__ = 'Jamaica Jelly' __all__ = ['pvconstants', 'pvcell', 'pvmodule', 'pvstring', 'pvsystem']