Skip to content

Commit

Permalink
Bump version to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mportesdev committed May 20, 2021
1 parent 6fe9afc commit 25e52bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion handpick/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
max_depth,
)

__version__ = '0.8.2'
__version__ = '0.8.3'

__all__ = [
'__version__', 'pick', 'predicate', 'is_type', 'not_type',
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 = "handpick"
version = "0.8.2"
version = "0.8.3"
description = "Inspect nested data structures."
license = "MIT"
authors = ["Michal Porteš <michalportes1@gmail.com>"]
Expand Down

0 comments on commit 25e52bb

Please sign in to comment.