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"}]