Skip to content

Commit

Permalink
bump version to 0.3.0 for locstream capability
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiZhuang committed Mar 6, 2020
1 parent 4de88bd commit 2d2e365
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.2'
version = '0.3.0'
# The full version, including alpha/beta/rc tags.
release = '0.2.2'
release = '0.3.0'

# 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.2'
VERSION = '0.3.0'
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.2'
__version__='0.3.0'
from . import util
from . import data
from . frontend import Regridder

0 comments on commit 2d2e365

Please sign in to comment.