File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ dependencies:
10
10
- matplotlib
11
11
- cartopy
12
12
- pip :
13
- - xesmf==0.2.0
13
+ - xesmf==0.2.1
Original file line number Diff line number Diff line change 72
72
# built documents.
73
73
#
74
74
# The short X.Y version.
75
- version = '0.2.0 '
75
+ version = '0.2.1 '
76
76
# The full version, including alpha/beta/rc tags.
77
- release = '0.2.0 '
77
+ release = '0.2.1 '
78
78
79
79
# The language for content autogenerated by Sphinx. Refer to documentation
80
80
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
import os
3
3
4
- VERSION = '0.2.0 '
4
+ VERSION = '0.2.1 '
5
5
DISTNAME = 'xesmf'
6
6
DESCRIPTION = "Universal Regridder for Geospatial Data"
7
7
AUTHOR = 'Jiawei Zhuang'
Original file line number Diff line number Diff line change 1
- __version__ = '0.2.0 '
1
+ __version__ = '0.2.1 '
2
2
from . import util
3
3
from . import data
4
4
from . frontend import Regridder
You can’t perform that action at this time.
0 commit comments