Skip to content

Commit

Permalink
chore: bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buiapp committed Feb 1, 2025
1 parent 57319de commit 55749ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "reaktiv"
version = "0.2.0"
version = "0.3.0"
description = "Reactive signals for Python with async support"
readme = "README.md"
authors = [{name = "Tuan Anh Bui", email = "[email protected]"}]
Expand Down
2 changes: 1 addition & 1 deletion src/reaktiv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

from .core import Signal, ComputeSignal, Effect

__version__ = "0.2.0"
__version__ = "0.3.0"
__all__ = ["Signal", "ComputeSignal", "Effect"]

0 comments on commit 55749ed

Please sign in to comment.