From fae65ab98fb4c367aa8fcd1754a8aa7a60ccb6ce Mon Sep 17 00:00:00 2001 From: Christopher Polster Date: Mon, 28 Mar 2022 10:08:58 +0200 Subject: [PATCH] Bump version --- barotropic/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/barotropic/__init__.py b/barotropic/__init__.py index 50ac1cd..4c6af0d 100644 --- a/barotropic/__init__.py +++ b/barotropic/__init__.py @@ -4,7 +4,7 @@ from .model import BarotropicModel from .state import State -__version__ = "3.0.0" +__version__ = "3.0.1" # Explicitly define the public interface __all__ = [ diff --git a/setup.py b/setup.py index 16eca63..4904e10 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="barotropic", description="A framework for barotropic analysis and modelling of the atmosphere", - version="3.0.0", + version="3.0.1", author="Christopher Polster", url="https://github.com/chpolste/barotropic", packages=find_packages(),