Skip to content

Commit

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

* Added store module with Store class and undo/redo functionality
  • Loading branch information
berendkleinhaneveld authored Nov 2, 2021
1 parent 1b306d7 commit e54090f
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.6.2"
__version__ = "0.7.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.6.2"
version = "0.7.0"
description = "Reactive state management for Python"
authors = ["Korijn van Golen <korijn@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit e54090f

Please sign in to comment.