Skip to content

Commit

Permalink
version number bumped and package name change indicated in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-cortex committed Jun 1, 2023
1 parent 7f72997 commit ad7fa40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ modAL requires

You can install modAL directly with pip:
```
pip install modAL
pip install modAL-python
```
Alternatively, you can install modAL directly from source:
```
Expand Down
2 changes: 1 addition & 1 deletion docs/source/content/overview/Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can install modAL directly with pip:

::

pip install modAL
pip install modAL-python

Alternatively, you can install modAL directly from source:

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from setuptools import find_packages, setup

setup(
name='modAL',
version='0.4.1',
name='modAL-python',
version='0.4.2',
author='Tivadar Danka',
author_email='[email protected]',
description='A modular active learning framework for Python3',
Expand Down

0 comments on commit ad7fa40

Please sign in to comment.