We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2a9a6 commit e7dfe39Copy full SHA for e7dfe39
README.md
@@ -15,6 +15,13 @@ in few shots.
15
16
## Installation
17
18
+#### with pip
19
+
20
+```bash
21
+ pip install image-dataset-viz
22
+```
23
24
+#### from sources
25
```bash
26
python setup.py install
27
```
image_dataset_viz/__init__.py
@@ -1,5 +1,5 @@
1
2
-__version__ = '0.2'
+__version__ = '0.2.1'
3
4
import numpy as np
5
setup.cfg
@@ -5,3 +5,6 @@ max-line-length = 120
max-line-length = 120
6
ignore = F401,E402,F403
7
exclude = venv
8
9
+[bdist_wheel]
10
+universal = 1
0 commit comments