diff --git a/src/reactpy/__init__.py b/src/reactpy/__init__.py index 422f16781..293701b1f 100644 --- a/src/reactpy/__init__.py +++ b/src/reactpy/__init__.py @@ -23,7 +23,7 @@ from reactpy.utils import Ref, reactpy_to_string, string_to_reactpy __author__ = "The Reactive Python Team" -__version__ = "2.0.0b10" +__version__ = "2.0.0b11" __all__ = [ "Ref",