From b990970a11da82df79eca989e71dca04b356f2ee Mon Sep 17 00:00:00 2001 From: JavierLuna Date: Fri, 13 Sep 2019 10:13:30 +0200 Subject: [PATCH] Bump version to 0.0.2rc4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7397320..4a51097 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycaprio" -version = "0.0.2rc3" +version = "0.0.2rc4" description = "Python client for the INCEpTION annotation tool API" authors = ["Savanamed"] license = "MIT"