Skip to content

Commit 25dd995

Browse files
committed
chore: bump version 0.21.4
1 parent 5fc4dea commit 25dd995

3 files changed

Lines changed: 77 additions & 76 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license-files = []
77

88
[project]
99
name = "reaktiv"
10-
version = "0.21.3"
10+
version = "0.21.4"
1111
description = "Signals for Python - inspired by Angular Signals / SolidJS. Reactive Declarative State Management Library for Python - automatic dependency tracking and reactive updates for your application state."
1212
readme = "README.md"
1313
authors = [{name = "Tuan Anh Bui", email = "mail@bui.app"}]

src/reaktiv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
T = TypeVar("T")
2222

2323

24-
__version__ = "0.21.3"
24+
__version__ = "0.21.4"
2525
__all__ = [
2626
"Signal",
2727
"ReadonlySignal",

0 commit comments

Comments
 (0)