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",