Skip to content

Commit

Permalink
bump version number for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiZhuang committed Aug 4, 2019
1 parent 2ab3090 commit 50477f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.1.1'
VERSION = '0.1.2'
DISTNAME = 'xesmf'
DESCRIPTION = "Universal Regridder for Geospatial Data"
AUTHOR = 'Jiawei Zhuang'
Expand Down
1 change: 1 addition & 0 deletions xesmf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
__version__='0.1.2'
from . import util
from . import data
from . frontend import Regridder

0 comments on commit 50477f7

Please sign in to comment.