From 0cdbaee797d093db68e89de15417813bc288d9d3 Mon Sep 17 00:00:00 2001 From: Carson Date: Tue, 29 Oct 2024 17:10:31 -0500 Subject: [PATCH] v0.7.0 release candidate (take 2) --- shinylive/_version/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shinylive/_version/__init__.py b/shinylive/_version/__init__.py index 6ff8566..c010ad1 100644 --- a/shinylive/_version/__init__.py +++ b/shinylive/_version/__init__.py @@ -1,5 +1,5 @@ # The version of this Python package. -SHINYLIVE_PACKAGE_VERSION = "0.6.0.9000" +SHINYLIVE_PACKAGE_VERSION = "0.7.0" # This is the version of the Shinylive assets to use. SHINYLIVE_ASSETS_VERSION = "0.9.0"