Skip to content

Commit c95fb1d

Browse files
committed
version number bumped to 0.3.6
1 parent a77d282 commit c95fb1d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
*#
66
__pycache__
77
build/
8+
dist/
9+
modAL.egg-info/

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='modAL',
5-
version='0.3.5',
5+
version='0.3.6',
66
author='Tivadar Danka',
77
author_email='[email protected]',
88
description='A modular active learning framework for Python3',

0 commit comments

Comments
 (0)