Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
risenW committed Jan 24, 2020
1 parent 3285790 commit 3ec0c40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions README.md
Expand Up @@ -4,7 +4,7 @@

## datasist: Python library for easy data modeling, visualization, exploration and analysis.

| Latest Release | [![latest release](https://img.shields.io/badge/pip-v1.4-blue.svg)](https://pypi.org/project/datasist/) |
| Latest Release | [![latest release](https://img.shields.io/badge/pip-v1.5-blue.svg)](https://pypi.org/project/datasist/) |
| :--- | :--- |
| Release Status | [![status](https://img.shields.io/badge/status-stable-brightgreen.svg)](./) |
| License | [![license](https://img.shields.io/badge/license-MIT-orange.svg)](./) |
Expand All @@ -20,16 +20,7 @@
pip install datasist
```

### Dependencies

* Numpy
* pandas
* seaborn
* matplotlib
* scikit-learn
* spacy

### Installation from source
### Installation from source (Developers)

To install datasist from source you need python 3.6> in addition to the normal dependencies above.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@

setup(
name='datasist',
version='1.4',
version='1.5',
license='MIT',
description='A Machine learning library that abstracts repetitve functions used by data scientist and machine learning engineers',
long_description=long_description,
Expand Down

0 comments on commit 3ec0c40

Please sign in to comment.