From 0d7b8307b498039d13da63e795ad82703341ec79 Mon Sep 17 00:00:00 2001 From: Janosh Riebesell Date: Sun, 3 Mar 2024 07:34:13 +0100 Subject: [PATCH] v0.1.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c0d219..050690e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "format-ipy-cells" -version = "0.1.10" +version = "0.1.11" description = "Format cells in interactive Python notebooks." authors = [{ name = "Janosh Riebesell", email = "janosh.riebesell@gmail.com" }] license = { file = "license" }