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,