Skip to content

Commit

Permalink
chore(release): 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientourbier authored Aug 9, 2023
1 parent 77cafc7 commit 25624af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ virtualenv venv -p python3.9

```bash
$ source ./venv/bin/activate
(venv) $ pip install git+https://github.com/HBPMedical/[email protected].4
(venv) $ pip install git+https://github.com/HBPMedical/[email protected].5
```

### For the developer
Expand Down
2 changes: 1 addition & 1 deletion mip_schema/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

"""MIP Schema main module that stores the package version."""

VERSION = "0.0.4"
VERSION = "0.0.5"

0 comments on commit 25624af

Please sign in to comment.