Skip to content

Commit 9c0ef11

Browse files
committed
Bump version string
1 parent 89d6b8c commit 9c0ef11

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
@@ -23,7 +23,7 @@
2323
from reactpy.utils import Ref, reactpy_to_string, string_to_reactpy
2424

2525
__author__ = "The Reactive Python Team"
26-
__version__ = "2.0.0b9"
26+
__version__ = "2.0.0b10"
2727

2828
__all__ = [
2929
"Ref",

0 commit comments

Comments
 (0)