Skip to content

Commit

Permalink
Bump version (0.0.25)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevej2608 committed Dec 1, 2024
1 parent 3caf177 commit 64dd858
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added dist/reactpy_utils-0.0.25-py3-none-any.whl
Binary file not shown.
Binary file added dist/reactpy_utils-0.0.25.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/reactpy_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pyright: reportUnusedImport=false
# ruff: noqa: F401

__version__ = "0.0.24"
__version__ = "0.0.25"

from reactpy_utils.class_component import class_component
from reactpy_utils.copy_to_clipboard import CopyToClipboard
Expand Down

0 comments on commit 64dd858

Please sign in to comment.