diff --git a/CHANGELOG.md b/CHANGELOG.md index b8f35dec6..f846c6ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to Shiny for Python will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [UNRELEASED] +## [0.10.1] - 2024-05-23 ### Bug fixes diff --git a/shiny/__init__.py b/shiny/__init__.py index ecfdbd61c..30912bce1 100644 --- a/shiny/__init__.py +++ b/shiny/__init__.py @@ -1,6 +1,6 @@ """A package for building reactive web applications.""" -__version__ = "0.10.0.9000" +__version__ = "0.10.1" from ._shinyenv import is_pyodide as _is_pyodide