We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02bd2e8 commit 8523811Copy full SHA for 8523811
handpick/__init__.py
@@ -12,7 +12,7 @@
12
max_depth,
13
)
14
15
-__version__ = "0.14.0"
+__version__ = "0.15.0"
16
17
__all__ = (
18
"__version__",
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "handpick"
3
-version = "0.14.0"
+version = "0.15.0"
4
description = "Traverse nested data structures."
5
license = "MIT"
6
authors = ["Michal Porteš <[email protected]>"]
0 commit comments