Skip to content

Commit 8523811

Browse files
committed
Bump version to 0.15.0
1 parent 02bd2e8 commit 8523811

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

handpick/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
max_depth,
1313
)
1414

15-
__version__ = "0.14.0"
15+
__version__ = "0.15.0"
1616

1717
__all__ = (
1818
"__version__",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "handpick"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
description = "Traverse nested data structures."
55
license = "MIT"
66
authors = ["Michal Porteš <[email protected]>"]

0 commit comments

Comments
 (0)