Skip to content

Commit 97e66c1

Browse files
authored
Bump version: 0.1.0 → 0.2.0 (#38)
* Bump version: 0.1.0 → 0.2.0 * minor doc fix
1 parent 5546f94 commit 97e66c1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55

doc/development.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Development
44
Release History
55
---------------
66

7-
v0.2.0 (2016-02-13)
7+
v0.2.0 (2017-02-14)
88
~~~~~~~~~~~~~~~~~~~~
99

1010
This release contains the following feature enhancements:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from setuptools import setup, find_packages
88

9-
VERSION = '0.1.0'
9+
VERSION = '0.2.0'
1010
DISTNAME = 'xmitgcm'
1111
LICENSE = 'Apache'
1212
AUTHOR = 'Ryan Abernathey'

xmitgcm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.2.0"
22
from .mds_store import open_mdsdataset

0 commit comments

Comments
 (0)