Skip to content

Commit

Permalink
Patch released
Browse files Browse the repository at this point in the history
  • Loading branch information
traeheart committed Jan 9, 2020
1 parent 99d7327 commit ce290e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.0.3
current_version = 5.0.4

[bumpversion:file:setup.py]

Expand Down
2 changes: 1 addition & 1 deletion lazygrid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ce290e9

Please # to comment.