Skip to content

Commit 5582431

Browse files
authoredJul 4, 2023
reactpy-v1.0.2 (#1087)
1 parent 77303a3 commit 5582431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/py/reactpy/reactpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from reactpy.utils import Ref, html_to_vdom, vdom_to_html
2222

2323
__author__ = "The Reactive Python Team"
24-
__version__ = "1.0.1" # DO NOT MODIFY
24+
__version__ = "1.0.2" # DO NOT MODIFY
2525

2626
__all__ = [
2727
"backend",

0 commit comments

Comments
 (0)
Please sign in to comment.