Skip to content

Commit

Permalink
Bump version to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mportesdev committed Oct 4, 2023
1 parent 1dcfdcf commit 30e462e
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 @@ -12,7 +12,7 @@
max_depth,
)

__version__ = "0.15.0"
__version__ = "0.16.0"

__all__ = (
"__version__",
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.15.0"
version = "0.16.0"
description = "Traverse nested data structures."
license = "MIT"
authors = ["Michal Porteš <[email protected]>"]
Expand Down

0 comments on commit 30e462e

Please sign in to comment.