Skip to content

Commit

Permalink
Bump version to 0.10.0 (#89)
Browse files Browse the repository at this point in the history
Changes included since 0.9.5:

* Add `strict` argument to store for ignoring empty mutations
  • Loading branch information
berendkleinhaneveld authored Oct 13, 2022
1 parent 204c9a8 commit 9e016b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion observ/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.9.5"
__version__ = "0.10.0"


from .observables import (
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "observ"
version = "0.9.5"
version = "0.10.0"
description = "Reactive state management for Python"
authors = ["Korijn van Golen <[email protected]>", "Berend Klein Haneveld <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 9e016b7

Please sign in to comment.