From ce290e9b2ce528088c5b65bdaf1a83e1a08aecdb Mon Sep 17 00:00:00 2001 From: traeheart Date: Thu, 9 Jan 2020 11:43:59 +0100 Subject: [PATCH] Patch released --- .bumpversion.cfg | 2 +- lazygrid/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2d398b9..4388fb7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.0.3 +current_version = 5.0.4 [bumpversion:file:setup.py] diff --git a/lazygrid/__init__.py b/lazygrid/__init__.py index 54b96da..4335c96 100644 --- a/lazygrid/__init__.py +++ b/lazygrid/__init__.py @@ -16,6 +16,6 @@ # limitations under the License. # Version of the lazygrid package -__version__ = "5.0.3" +__version__ = "5.0.4" from . import datasets, statistics, grid, plotter, lazy_estimator, database diff --git a/setup.py b/setup.py index b724807..9ddc7f8 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='lazygrid', - version='5.0.3', + version='5.0.4', description='LazyGrid: Automatic, efficient and flexible implementation of complex machine ' 'learning pipeline generation and cross-validation.', long_description=long_description,