Skip to content

Commit

Permalink
Bump to 1.9.1rc1 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder authored Nov 1, 2022
1 parent 140da5e commit d715718
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
17 changes: 8 additions & 9 deletions conda-env/dev.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
# Conda e3sm_to_cmip development environment
name: e3sm_to_cmip_dev
channels:
- conda-forge/label/nco_dev
- conda-forge
- defaults
dependencies:
# Base
# ==================
- python=3.9.10
- python=3.9.13
- pip=21.2.4
- nco=5.1.1alpha13
- cmor=3.6.1
- tqdm=4.62.3
- nco=5.1.1
- cmor=3.7.0
- tqdm=4.64.1
- pyyaml=6.0
- xarray=0.21.1
- netcdf4=1.5.8
- dask=2022.1.1
- scipy=1.7.3
- xarray=2022.10.0
- netcdf4=1.6.1
- dask=2022.10.2
- scipy=1.9.3
# Required for phalf and pfull handlers.
- cdms2=3.1.5
- cdutil=8.2.1
Expand Down
2 changes: 1 addition & 1 deletion e3sm_to_cmip/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Top-level package for e3sm_to_cmip."""

__version__ = "1.9.0" # pragma: no cover
__version__ = "1.9.1rc1" # pragma: no cover
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
github_url = "https://github.com/E3SM-Project/e3sm_to_cmip"

[version]
current = "1.9.0"
current = "1.9.1rc1"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down

0 comments on commit d715718

Please sign in to comment.