From f601ba331786d5034481ffc04f90b6bc84420ef0 Mon Sep 17 00:00:00 2001 From: Lucas Vieira Date: Fri, 25 Oct 2024 16:06:17 -0300 Subject: [PATCH] pypi 0.0.14 --- pypi/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypi/pyproject.toml b/pypi/pyproject.toml index 3310f845..775b93ba 100644 --- a/pypi/pyproject.toml +++ b/pypi/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "briefer" -version = "0.0.13" +version = "0.0.14" 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" }