Skip to content

Commit

Permalink
version 0.1.1 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea authored Dec 13, 2023
1 parent 475e357 commit 3dd9777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactpy_router/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# the version is statically loaded by setup.py
__version__ = "0.1.0"
__version__ = "0.1.1"

from . import simple
from .core import create_router, link, route, router_component, use_params, use_query
Expand Down

0 comments on commit 3dd9777

Please sign in to comment.