From 5601d55bcffb7c0a6f811c96ca0bbce2d8771a4c Mon Sep 17 00:00:00 2001 From: Mark Mikofski Date: Tue, 11 Oct 2016 10:43:43 -0700 Subject: [PATCH] bump version to v0.2.3 - Jamaica Jelly, add Bennet to authors --- AUTHORS.md | 1 + pvmismatch/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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']