From 698a66ccddbbc9794b80c15e7e6db2ede9041389 Mon Sep 17 00:00:00 2001 From: Carsten Behring Date: Mon, 3 Jun 2024 09:32:54 +0200 Subject: [PATCH] v .0.12 --- src/scicloj/devcontainer-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scicloj/devcontainer-template.json b/src/scicloj/devcontainer-template.json index 9342f10..6854133 100644 --- a/src/scicloj/devcontainer-template.json +++ b/src/scicloj/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "scicloj", - "version": "1.0.11", + "version": "1.0.12", "name": "scicloj datascience devcontainer template", "description": "A devcontainer template supporting Clojure datascience with R and python interop", "documentationURL": "https://github.com/scicloj/devcontainer-templates/tree/main/src/scicloj",