From 56a33ba85c52722aca51224aa9065895a9be4f14 Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Thu, 23 May 2024 10:42:33 -0500 Subject: [PATCH] Bump version to 0.10.0 --- CHANGELOG.md | 2 +- shiny/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d515beab..7a2db2aa8 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.0] - 2024-05-23 ### Deprecations diff --git a/shiny/__init__.py b/shiny/__init__.py index 80ac6e80f..c9340f725 100644 --- a/shiny/__init__.py +++ b/shiny/__init__.py @@ -1,6 +1,6 @@ """A package for building reactive web applications.""" -__version__ = "0.9.0.9000" +__version__ = "0.10.0" from ._shinyenv import is_pyodide as _is_pyodide