From 68ce1ccabf56a76de5172a614882b0942d32e4be Mon Sep 17 00:00:00 2001 From: Raphael Dussin Date: Tue, 17 Jul 2018 16:51:48 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.1=20=E2=86=92=200.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- xmitgcm/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 38b35a3a..44de9f99 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.2.2 commit = True tag = True diff --git a/setup.py b/setup.py index 9261b43d..46ae7062 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup, find_packages -VERSION = '0.2.1' +VERSION = '0.2.2' DISTNAME = 'xmitgcm' LICENSE = 'Apache' AUTHOR = 'Ryan Abernathey' diff --git a/xmitgcm/__init__.py b/xmitgcm/__init__.py index 652c7d49..848372f9 100644 --- a/xmitgcm/__init__.py +++ b/xmitgcm/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.2.1" +__version__ = "0.2.2" from .mds_store import open_mdsdataset