Skip to content

Commit b811764

Browse files
committed
Bump version number from 0.2.0 to 0.2.1
1 parent fd2ea2e commit b811764

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

binder/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ dependencies:
1010
- matplotlib
1111
- cartopy
1212
- pip:
13-
- xesmf==0.2.0
13+
- xesmf==0.2.1

doc/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
# built documents.
7373
#
7474
# The short X.Y version.
75-
version = '0.2.0'
75+
version = '0.2.1'
7676
# The full version, including alpha/beta/rc tags.
77-
release = '0.2.0'
77+
release = '0.2.1'
7878

7979
# The language for content autogenerated by Sphinx. Refer to documentation
8080
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
import os
33

4-
VERSION = '0.2.0'
4+
VERSION = '0.2.1'
55
DISTNAME = 'xesmf'
66
DESCRIPTION = "Universal Regridder for Geospatial Data"
77
AUTHOR = 'Jiawei Zhuang'

xesmf/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__='0.2.0'
1+
__version__='0.2.1'
22
from . import util
33
from . import data
44
from . frontend import Regridder

0 commit comments

Comments
 (0)