From 29304689171a737eecc75fb081dc691fc53dccc7 Mon Sep 17 00:00:00 2001 From: Fedor Baart Date: Sat, 3 Jun 2017 21:47:51 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.5=20=E2=86=92=200.2.6?= 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 1c093bc..d8fec22 100644 --- a/flowmap/__init__.py +++ b/flowmap/__init__.py @@ -2,4 +2,4 @@ __author__ = 'Fedor Baart' __email__ = 'fedor.baart@deltares.nl' -__version__ = '0.2.5' +__version__ = '0.2.6' diff --git a/setup.cfg b/setup.cfg index 77a92f1..61e3b7e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.5 +current_version = 0.2.6 commit = True tag = True diff --git a/setup.py b/setup.py index 661df7b..dbfcb89 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( name='flowmap', - version='0.2.5', + version='0.2.6', 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",