From f5dae23d5a2f6c2ee1a417705e425ff9c506b75f Mon Sep 17 00:00:00 2001 From: Rob Fox Date: Fri, 16 Jan 2026 22:11:04 +0000 Subject: [PATCH] increment version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 32a2d54..03d5c87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dash-builder" -version = "0.1.5" +version = "0.2.0" description = "A tool and framework to simplify construction of Python Dash applications." readme = "README.md" authors = [{ name = "robfs", email = "robfoxsimms@gmail.com" }]