diff --git a/.gitignore b/.gitignore index 999cc9e..0134267 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ *# __pycache__ build/ +dist/ +modAL.egg-info/ diff --git a/setup.py b/setup.py index d9fb4a8..b48bfd8 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ 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',