reactpy-v1.0.2 (#1087)

This commit is contained in:
Ryan Morshead 2023-07-03 23:28:13 -06:00 committed by GitHub
parent 77303a38fe
commit 5582431ca6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ from reactpy.core.vdom import vdom
from reactpy.utils import Ref, html_to_vdom, vdom_to_html
__author__ = "The Reactive Python Team"
__version__ = "1.0.1" # DO NOT MODIFY
__version__ = "1.0.2" # DO NOT MODIFY
__all__ = [
"backend",