Skip to content

Commit

Permalink
Release 2.11.2 (#1721)
Browse files Browse the repository at this point in the history
* Bump version to 2.11.2

* fix syntax issue for python 3.5
  • Loading branch information
saikonen authored Feb 8, 2024
1 parent 564669f commit 719c2ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metaflow/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def __init__(
help: Optional[str] = None,
required: bool = False,
show_default: bool = True,
**kwargs: Dict[str, Any],
**kwargs: Dict[str, Any]
):
self.name = name
self.kwargs = kwargs
Expand Down
2 changes: 1 addition & 1 deletion metaflow/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
metaflow_version = "2.11.1"
metaflow_version = "2.11.2"

0 comments on commit 719c2ec

Please sign in to comment.