From f7a2d33443dc7cae7ac77ea637d9118dbcccc9ba Mon Sep 17 00:00:00 2001 From: cosmic-cortex Date: Mon, 11 Nov 2019 11:40:37 +0100 Subject: [PATCH] version number bumped --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be59e7b..d9fb4a8 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='modAL', - version='0.3.4', + version='0.3.5', author='Tivadar Danka', author_email='85a5187a@opayq.com', description='A modular active learning framework for Python3',