Skip to content

Commit 0d92232

Browse files
committed
fix ver reversion
1 parent 83e3f49 commit 0d92232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424
__author__ = "reactive-python"
25-
__version__ = "1.0.0-a5" # DO NOT MODIFY
25+
__version__ = "1.0.0-a6" # DO NOT MODIFY
2626

2727
__all__ = [
2828
"backend",

0 commit comments

Comments
 (0)