We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77303a3 commit 5582431Copy full SHA for 5582431
src/py/reactpy/reactpy/__init__.py
@@ -21,7 +21,7 @@
21
from reactpy.utils import Ref, html_to_vdom, vdom_to_html
22
23
__author__ = "The Reactive Python Team"
24
-__version__ = "1.0.1" # DO NOT MODIFY
+__version__ = "1.0.2" # DO NOT MODIFY
25
26
__all__ = [
27
"backend",
0 commit comments