Skip to content

Commit 32c3e42

Browse files
committed
setup script updated
1 parent 365b6b4 commit 32c3e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
setup(
44
name='modAL',
5-
version='0.3.1',
5+
version='0.3.2',
66
author='Tivadar Danka',
77
author_email='[email protected]',
88
description='A modular active learning framework for Python3',
99
license='MIT',
10-
url='https://cosmic-cortex.github.io/modAL',
10+
url='https://modAL-python.github.io/',
1111
packages=['modAL', 'modAL.models', 'modAL.utils'],
1212
classifiers=['Development Status :: 4 - Beta'],
1313
install_requires=['numpy>=1.13', 'scikit-learn>=0.18', 'scipy>=0.18'],

0 commit comments

Comments
 (0)