From 12d291d260e35917b4bcba8a0bf9e1be20b09baf Mon Sep 17 00:00:00 2001 From: Fedor Baart Date: Sun, 11 Jun 2017 19:18:11 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.7=20=E2=86=92=200.2.8?= 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 f4255c7..bfeaabb 100644 --- a/flowmap/__init__.py +++ b/flowmap/__init__.py @@ -2,4 +2,4 @@ __author__ = 'Fedor Baart' __email__ = 'fedor.baart@deltares.nl' -__version__ = '0.2.7' +__version__ = '0.2.8' diff --git a/setup.cfg b/setup.cfg index c733d3d..8ddfd7a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.7 +current_version = 0.2.8 commit = True tag = True diff --git a/setup.py b/setup.py index 10aa101..86c761b 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( name='flowmap', - version='0.2.7', + version='0.2.8', 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",