Skip to content

Commit e7dfe39

Browse files
committed
Update readme, setup.cfg and version -> 0.2.1
1 parent 5c2a9a6 commit e7dfe39

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ in few shots.
1515

1616
## Installation
1717

18+
#### with pip
19+
20+
```bash
21+
pip install image-dataset-viz
22+
```
23+
24+
#### from sources
1825
```bash
1926
python setup.py install
2027
```

image_dataset_viz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
__version__ = '0.2'
2+
__version__ = '0.2.1'
33

44
import numpy as np
55

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ max-line-length = 120
55
max-line-length = 120
66
ignore = F401,E402,F403
77
exclude = venv
8+
9+
[bdist_wheel]
10+
universal = 1

0 commit comments

Comments
 (0)