diff --git a/README.md b/README.md
index 2b4aa65..f454cfd 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ The [OpenML API module](https://github.com/feedzai/feedzai-openml/tree/master/op
com.feedzai
openml-api
- 1.0.0
+ 1.0.1
```
@@ -34,7 +34,7 @@ The [openml-utils](https://github.com/feedzai/feedzai-openml/tree/master/openml-
com.feedzai
openml-utils
- 1.0.0
+ 1.0.1
```
@@ -54,7 +54,7 @@ Make sure your provider is identified according to the specification of [Java's
As a way to ease the creation of new OpenML Providers, a Maven archetype was created. To get started with it, just run:
```bash
-mvn archetype:generate -DarchetypeGroupId=com.feedzai -DarchetypeArtifactId=openml-provider-archetype -DarchetypeVersion=1.0.0
+mvn archetype:generate -DarchetypeGroupId=com.feedzai -DarchetypeArtifactId=openml-provider-archetype -DarchetypeVersion=1.0.1
```
After providing all the necessary information (your new provider groupId, artifactId, and version), a template provider with some guidance will be available on your workspace.