1
0
mirror of https://github.com/modAL-python/modAL.git synced 2022-05-17 00:31:33 +03:00

version number bumped

This commit is contained in:
cosmic-cortex
2021-01-07 10:40:40 +01:00
parent 2280572590
commit 99d4947f69

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='modAL',
version='0.4.0',
version='0.4.1',
author='Tivadar Danka',
author_email='85a5187a@opayq.com',
description='A modular active learning framework for Python3',