Skip to content

Commit b37a6f6

Browse files
committed
Bump version (0.0.29)
1 parent 5b213ec commit b37a6f6

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed

dist/reactpy_utils-0.0.28.tar.gz

-11.5 KB
Binary file not shown.

dist/reactpy_utils-0.0.29.tar.gz

11.5 KB
Binary file not shown.

src/reactpy_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pyright: reportUnusedImport=false
22
# ruff: noqa: F401
33

4-
__version__ = "0.0.28"
4+
__version__ = "0.0.29"
55

66
from reactpy_utils.class_component import class_component
77
from reactpy_utils.copy_to_clipboard import CopyToClipboard

src/reactpy_utils/py.typed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Marker file for PEP 561

0 commit comments

Comments
 (0)