Skip to content

Commit

Permalink
Bump version number to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiZhuang committed Feb 23, 2020
1 parent bf6075b commit 534c069
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
- matplotlib
- cartopy
- pip:
- xesmf==0.2.1
- xesmf==0.2.2
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2.1'
version = '0.2.2'
# The full version, including alpha/beta/rc tags.
release = '0.2.1'
release = '0.2.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

VERSION = '0.2.1'
VERSION = '0.2.2'
DISTNAME = 'xesmf'
DESCRIPTION = "Universal Regridder for Geospatial Data"
AUTHOR = 'Jiawei Zhuang'
Expand Down
2 changes: 1 addition & 1 deletion xesmf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__='0.2.1'
__version__='0.2.2'
from . import util
from . import data
from . frontend import Regridder

0 comments on commit 534c069

Please sign in to comment.