Skip to content

Commit

Permalink
Bump version to 0.7.1 (#45)
Browse files Browse the repository at this point in the history
Included change(s):

* Add deep argument to computed decorators
  • Loading branch information
berendkleinhaneveld authored Nov 2, 2021
1 parent 4a0ddf1 commit fd1a202
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.7.0"
__version__ = "0.7.1"


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.7.0"
version = "0.7.1"
description = "Reactive state management for Python"
authors = ["Korijn van Golen <korijn@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit fd1a202

Please sign in to comment.