From c79bcbbb74970a6ec7e9879666d4811b2be54849 Mon Sep 17 00:00:00 2001 From: rmorshea Date: Thu, 18 May 2023 20:22:45 -0600 Subject: [PATCH] version bump --- reactpy_jupyter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactpy_jupyter/__init__.py b/reactpy_jupyter/__init__.py index ccd37d8..608a009 100644 --- a/reactpy_jupyter/__init__.py +++ b/reactpy_jupyter/__init__.py @@ -10,7 +10,7 @@ from .monkey_patch import execute_patch from .widget_component import from_widget -__version__ = "0.9.2" # DO NOT MODIFY +__version__ = "0.9.3" # DO NOT MODIFY __all__ = ( "from_widget",