Skip to content

Commit 719c2ec

Browse files
authored
Release 2.11.2 (#1721)
* Bump version to 2.11.2 * fix syntax issue for python 3.5
1 parent 564669f commit 719c2ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metaflow/parameters.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def __init__(
273273
help: Optional[str] = None,
274274
required: bool = False,
275275
show_default: bool = True,
276-
**kwargs: Dict[str, Any],
276+
**kwargs: Dict[str, Any]
277277
):
278278
self.name = name
279279
self.kwargs = kwargs

metaflow/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
metaflow_version = "2.11.1"
1+
metaflow_version = "2.11.2"

0 commit comments

Comments
 (0)