diff --git a/src/reactpy/__init__.py b/src/reactpy/__init__.py index 4ca919157..258cd5053 100644 --- a/src/reactpy/__init__.py +++ b/src/reactpy/__init__.py @@ -25,7 +25,7 @@ from reactpy.utils import Ref, html_to_vdom, vdom_to_html __author__ = "The Reactive Python Team" -__version__ = "2.0.0a0" +__version__ = "2.0.0a1" __all__ = [ "Layout",