Skip to content

Commit 74b0878

Browse files
hugovkvstinner
andauthored
Fix version number
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent b555fb8 commit 74b0878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/imaplib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1969,5 +1969,5 @@ def __getattr__(name):
19691969
from warnings import _deprecated
19701970

19711971
_deprecated("__version__", remove=(3, 20))
1972-
return "2.50" # Do not change
1972+
return "2.60" # Do not change
19731973
raise AttributeError(f"module {__name__!r} has no attribute {name!r}")

0 commit comments

Comments
 (0)