From 7fb0660d7c5b7f986e6b527051e92f0fc2f8b618 Mon Sep 17 00:00:00 2001 From: mrapp-ke Date: Wed, 30 Sep 2020 15:27:35 +0200 Subject: [PATCH] Update version to 0.4.0. --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 4755fab560..2d3b1a8908 100644 --- a/python/setup.py +++ b/python/setup.py @@ -53,7 +53,7 @@ } setup(name='boomer', - version='0.2.0', + version='0.4.0', description='BOOMER - An algorithm for learning gradient boosted multi-label classification rules', url='https://github.com/mrapp-ke/Boomer', author='Michael Rapp',