From 918b86b6189289548b3b669817633635888312bc Mon Sep 17 00:00:00 2001 From: ponsoc <36486184+ponsoc@users.noreply.github.com> Date: Fri, 6 Mar 2026 13:31:21 +0100 Subject: [PATCH] Version bump only --- README.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index faff506..747787c 100644 --- a/README.md +++ b/README.md @@ -430,6 +430,10 @@ app_style.apply_style() ### Release notes +1.0.1 + +- Version bump to make sure upload to pypi works + 1.0.0 Partially rewritten the framework to reduce its footprint and make object creation more intuitive. Editor and debugger support has been improved, making development smoother and more productive. The router system has also been greatly enhanced, now supporting conditional routes directly within the framework, giving you more control over navigation and layout rendering. diff --git a/pyproject.toml b/pyproject.toml index f8051f3..377ff6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ststeroids" -version = "1.0.0" +version = "1.0.1" description = "A framework supercharging Streamlit for building advanced multi-page applications" readme = "README.md" authors = [{ name = "ponsoc"}]