Skip to content

Commit

Permalink
Bump version to 0.9.3 (#79)
Browse files Browse the repository at this point in the history
* Bump version to 0.9.3
* Update lock file
* Fix linting
* Only install PySide6-essentials in dev dependencies
  • Loading branch information
berendkleinhaneveld authored Jun 4, 2022
1 parent 7cc6040 commit e9a8d96
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 166 deletions.
2 changes: 1 addition & 1 deletion examples/store_with_undo_redo.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def count(self):

_ = watch(
lambda: store.state["count"],
lambda val: print(f"Count is now: {val}"), # noqa: T001
lambda val: print(f"Count is now: {val}"), # noqa: T201
sync=True,
immediate=True,
)
Expand Down
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.2"
__version__ = "0.9.3"


from .observables import (
Expand Down
Loading

0 comments on commit e9a8d96

Please sign in to comment.