Skip to content

Commit

Permalink
Merge pull request #4 from IDEA-Research/dev
Browse files Browse the repository at this point in the history
release: v0.1.1
  • Loading branch information
imhuwq authored May 26, 2023
2 parents 97c41fd + 3a582a4 commit 313a3cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ DeepDataSpace(DDS) requires **Python 3.8 - 3.10** and runs on the following plat
- Windows 10, x86/x64
- Ubuntu 18.04/20.04/22.04, x86/x64

### 1.1 Installing from PyPI
### 1.2 Installing from PyPI

```bash
python3 -m pip install pip --upgrade
python3 -m pip install deepdataspace
```

### 1.2 Installing from source code
### 1.3 Installing from source code

```bash

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup

version = "0.1.0"
version = "0.1.1"

description = "A tool for CV dataset labeling, visualizing and analysing"
with open("README.md", "r") as fp:
Expand Down

0 comments on commit 313a3cd

Please sign in to comment.