From 53d7dbe5c25924c32c73e200a64c202dbdb70fd0 Mon Sep 17 00:00:00 2001 From: Lucas Vieira Date: Mon, 16 Sep 2024 11:48:42 -0300 Subject: [PATCH] pypi 0.0.13 --- pypi/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypi/pyproject.toml b/pypi/pyproject.toml index 03c2d49e..3310f845 100644 --- a/pypi/pyproject.toml +++ b/pypi/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "briefer" -version = "0.0.12" +version = "0.0.13" description = "Python notebooks and dashboards in a single place. Create powerful and flexible dashboards using code, or build beautiful Notion-like notebooks and share them with your team." readme = "README.md" license = { file="LICENSE" }