Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chpolste committed Mar 28, 2022
1 parent 4e1cbf6 commit fae65ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion barotropic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit fae65ab

Please sign in to comment.