From 29a8a66b3b88db0db7a4c7cee908c6aee0b930d7 Mon Sep 17 00:00:00 2001 From: Alex Strick van Linschoten Date: Wed, 27 Mar 2024 21:58:35 +0100 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4fa0a68..c2cc30c3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "ZenML", "displayName": "ZenML Studio", "description": "Integrates ZenML directly into VS Code, enhancing machine learning workflow with support for pipelines, stacks, and server management.", - "version": "0.0.1", + "version": "0.0.2", "icon": "resources/extension-logo.png", "preview": true, "license": "Apache-2.0",