Skip to content

Commit

Permalink
Merge pull request #169 from brian-rose/bump-version
Browse files Browse the repository at this point in the history
Bump version to 0.8.1
  • Loading branch information
brian-rose committed May 24, 2022
2 parents 94d7766 + e95f134 commit 93e955e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ These are self-describing, and should run out-of-the-box once the package is ins
Release history
----------------------

Version 0.8.0 (released May 2022)
Version 0.8.1 (released May 2022)
A major refactor of the internals: all the Fortran code has been moved into external companion
packages `climlab-rrtmg`_, `climlab-cam3-radiation`_, and `climlab-emanuel-convection`_.
Climlab is now (once again!) a pure Python package.
Expand Down
2 changes: 1 addition & 1 deletion climlab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
has been documented for a comprehensive understanding and traceability.
'''

__version__ = '0.8.0'
__version__ = '0.8.1'

# this should ensure that we can still import constants.py as climlab.constants
from .utils import constants, thermo, legendre
Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.8.0" %}
{% set version = "0.8.1" %}

package:
name: climlab
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools, os

VERSION = '0.8.0'
VERSION = '0.8.1'

# BEFORE importing setuptools, remove MANIFEST. Otherwise it may not be
# properly updated when the contents of directories change (true for distutils,
Expand Down

0 comments on commit 93e955e

Please sign in to comment.