Skip to content

Commit ad7fa40

Browse files
committed
version number bumped and package name change indicated in docs
1 parent 7f72997 commit ad7fa40

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ modAL requires
164164

165165
You can install modAL directly with pip:
166166
```
167-
pip install modAL
167+
pip install modAL-python
168168
```
169169
Alternatively, you can install modAL directly from source:
170170
```

docs/source/content/overview/Installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can install modAL directly with pip:
1111

1212
::
1313

14-
pip install modAL
14+
pip install modAL-python
1515

1616
Alternatively, you can install modAL directly from source:
1717

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from setuptools import find_packages, setup
22

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

0 commit comments

Comments
 (0)