Skip to content

Commit

Permalink
reactpy-v1.0.2 (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea authored Jul 4, 2023
1 parent 77303a3 commit 5582431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/reactpy/reactpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
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",
Expand Down

0 comments on commit 5582431

Please sign in to comment.