From 5ed53826b2bd5863ecb86e9724ee0ecfb8bf575d Mon Sep 17 00:00:00 2001 From: Fedor Baart Date: Sun, 11 Jun 2017 16:46:22 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.6=20=E2=86=92=200.2.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flowmap/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flowmap/__init__.py b/flowmap/__init__.py index d8fec22..f4255c7 100644 --- a/flowmap/__init__.py +++ b/flowmap/__init__.py @@ -2,4 +2,4 @@ __author__ = 'Fedor Baart' __email__ = 'fedor.baart@deltares.nl' -__version__ = '0.2.6' +__version__ = '0.2.7' diff --git a/setup.cfg b/setup.cfg index 61e3b7e..c733d3d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.6 +current_version = 0.2.7 commit = True tag = True diff --git a/setup.py b/setup.py index dbfcb89..10aa101 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( name='flowmap', - version='0.2.6', + version='0.2.7', description="Command line utility to transform model output into a flowmap that can be used for games or gpu-based visualizations.", long_description=readme + '\n\n' + history, author="Fedor Baart",