diff --git a/src/reactpy/__init__.py b/src/reactpy/__init__.py index 579a5b4c5..a6c04af3a 100644 --- a/src/reactpy/__init__.py +++ b/src/reactpy/__init__.py @@ -24,7 +24,7 @@ from reactpy.utils import Ref, reactpy_to_string, string_to_reactpy __author__ = "The Reactive Python Team" -__version__ = "2.0.0b2" +__version__ = "2.0.0b3" __all__ = [ "Event",