From 054c1fe676aa89185615295ffe71a6362bb8c967 Mon Sep 17 00:00:00 2001 From: dsherret Date: Fri, 23 Feb 2024 20:16:37 +0000 Subject: [PATCH] 0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9208951..179f556 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -89,7 +89,7 @@ dependencies = [ [[package]] name = "dprint-plugin-jupyter" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "dprint-core", diff --git a/Cargo.toml b/Cargo.toml index c29ac13..7874297 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dprint-plugin-jupyter" -version = "0.1.2" +version = "0.1.3" authors = ["David Sherret "] edition = "2021" homepage = "https://github.com/dprint/dprint-plugin-jupyter"