We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5546f94 commit 97e66c1Copy full SHA for 97e66c1
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.0
+current_version = 0.2.0
3
commit = True
4
tag = True
5
doc/development.rst
@@ -4,7 +4,7 @@ Development
Release History
---------------
6
7
-v0.2.0 (2016-02-13)
+v0.2.0 (2017-02-14)
8
~~~~~~~~~~~~~~~~~~~~
9
10
This release contains the following feature enhancements:
setup.py
@@ -6,7 +6,7 @@
from setuptools import setup, find_packages
-VERSION = '0.1.0'
+VERSION = '0.2.0'
DISTNAME = 'xmitgcm'
11
LICENSE = 'Apache'
12
AUTHOR = 'Ryan Abernathey'
xmitgcm/__init__.py
@@ -1,2 +1,2 @@
-__version__ = "0.1.0"
+__version__ = "0.2.0"
from .mds_store import open_mdsdataset
0 commit comments