Skip to content

Commit 3fe68d2

Browse files
committed
Bump to 2.0.0a0
1 parent ff26158 commit 3fe68d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from reactpy.utils import Ref, html_to_vdom, vdom_to_html
2525

2626
__author__ = "The Reactive Python Team"
27-
__version__ = "1.1.0"
27+
__version__ = "2.0.0a0"
2828

2929
__all__ = [
3030
"Layout",

0 commit comments

Comments
 (0)