Skip to content

Commit

Permalink
Update readme, setup.cfg and version -> 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 committed Jun 2, 2018
1 parent 5c2a9a6 commit e7dfe39
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ in few shots.

## Installation

#### with pip

```bash
pip install image-dataset-viz
```

#### from sources
```bash
python setup.py install
```
Expand Down
2 changes: 1 addition & 1 deletion image_dataset_viz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = '0.2'
__version__ = '0.2.1'

import numpy as np

Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ max-line-length = 120
max-line-length = 120
ignore = F401,E402,F403
exclude = venv

[bdist_wheel]
universal = 1

0 comments on commit e7dfe39

Please sign in to comment.