From 179c0fc9f427e185ce1afe4687413294421ff1f9 Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Tue, 12 Dec 2023 07:44:34 -0600 Subject: [PATCH] hotfix pyproject.toml version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1785a31..7c4151c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dynamic = ["description"] name = "jupyterlab_fonts" readme = "README.md" requires-python = ">=3.8" -version = "3.0.0" +version = "3.0.1" [project.urls] "Bug Tracker" = "https://github.com/deathbeds/jupyterlab-fonts/issues"