From da0d41e5ee61282ffe48a8b1fff842d2f6fc5bdd Mon Sep 17 00:00:00 2001 From: Michael Delgado Date: Tue, 12 Dec 2017 16:08:57 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- impactlab_tools/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/impactlab_tools/__init__.py b/impactlab_tools/__init__.py index dad6211..1e8f896 100644 --- a/impactlab_tools/__init__.py +++ b/impactlab_tools/__init__.py @@ -5,7 +5,7 @@ from __future__ import absolute_import __author__ = """Climate Impact Lab""" -__version__ = '0.1.0' +__version__ = '0.2.0' _module_imports = ( ) diff --git a/setup.cfg b/setup.cfg index f5713cf..91dacce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.2.0 commit = True tag = True diff --git a/setup.py b/setup.py index b75cc5d..78a56b5 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( name='impactlab-tools', - version='0.1.0', + version='0.2.0', description="Python tools for Climate Impact Lab developers", long_description=readme, author="Climate Impact Lab",