diff --git a/package.json b/package.json index 18c98b9..7a11768 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@catala-lang/catala-explain", - "version": "0.1.8", + "version": "0.2.0", "description": "A module for explicability from the trace of a catala program", "scripts": { "clean": "rescript clean -with-deps", diff --git a/src/CatalaExplain.res b/src/CatalaExplain.res index 63f4da7..23f7ea5 100644 --- a/src/CatalaExplain.res +++ b/src/CatalaExplain.res @@ -153,7 +153,7 @@ type options = { sourcesURL?: string, } -let version = "0.1.8" +let version = "0.2.0" let generate = (~events, ~userInputs, ~schema, ~opts) => { open Docx.Util.Types