From ec9b4df9a221c84822abbf921f183c0defe3a379 Mon Sep 17 00:00:00 2001 From: Jeremy McGibbon Date: Thu, 22 Mar 2018 13:59:51 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.1=20=E2=86=92=200.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- sympl/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0e9e95a..e9d4ac4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 0.3.2 commit = True tag = True diff --git a/setup.py b/setup.py index 8c42282..66154a5 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name='sympl', - version='0.3.1', + version='0.3.2', description='Sympl is a Toolkit for building Earth system models in Python.', long_description=readme + '\n\n' + history, author="Jeremy McGibbon", diff --git a/sympl/__init__.py b/sympl/__init__.py index 12517a5..661e40d 100644 --- a/sympl/__init__.py +++ b/sympl/__init__.py @@ -28,7 +28,7 @@ ConstantPrognostic, ConstantDiagnostic, RelaxationPrognostic) from ._core.time import datetime, timedelta -__version__ = '0.3.1' +__version__ = '0.3.2' __all__ = ( Prognostic, Diagnostic, Implicit, Monitor, PrognosticComposite, DiagnosticComposite, MonitorComposite, ImplicitPrognostic,