We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b6db3 commit ddfd3bfCopy full SHA for ddfd3bf
bumpversion/cli.py
@@ -1,6 +1,6 @@
1
"""bump-my-version Command line interface."""
2
import logging
3
-from typing import Optional
+from typing import List, Optional
4
5
import rich_click as click
6
@@ -173,7 +173,7 @@ def cli(
173
current_version: Optional[str],
174
new_version: Optional[str],
175
parse: Optional[str],
176
- serialize: Optional[list[str]],
+ serialize: Optional[List[str]],
177
search: Optional[str],
178
replace: Optional[str],
179
no_configured_files: bool,
0 commit comments