diff --git a/README.md b/README.md index f901ff5..729512d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ virtualenv venv -p python3.9 ```bash $ source ./venv/bin/activate -(venv) $ pip install git+https://github.com/HBPMedical/mip_schema.git@0.0.4 +(venv) $ pip install git+https://github.com/HBPMedical/mip_schema.git@0.0.5 ``` ### For the developer diff --git a/mip_schema/__init__.py b/mip_schema/__init__.py index 09f939d..353fbc6 100644 --- a/mip_schema/__init__.py +++ b/mip_schema/__init__.py @@ -14,4 +14,4 @@ """MIP Schema main module that stores the package version.""" -VERSION = "0.0.4" +VERSION = "0.0.5"