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

version number bumped to 0.3.6

This commit is contained in:
cosmic-cortex
2020-08-21 08:11:02 +02:00
parent a77d28257a
commit c95fb1d3be
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -5,3 +5,5 @@
*#
__pycache__
build/
dist/
modAL.egg-info/

View File

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