Skip to content

Commit 9a6a0df

Browse files
authored
Merge pull request #570 from mjs/version-301
Bump version to 3.0.1
2 parents 80f31a6 + 1cfafbc commit 9a6a0df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ IMAPClient is an easy-to-use, Pythonic and complete IMAP client
44
library.
55

66
========================= ========================================
7-
Current version 3.0.0
7+
Current version 3.0.1
88
Supported Python versions 3.7 - 3.11
99
License New BSD
1010
Project home https://github.com/mjs/imapclient/

imapclient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from typing import Tuple
66

7-
version_info = (3, 0, 0, "final")
7+
version_info = (3, 0, 1, "final")
88

99

1010
def _imapclient_version_string(vinfo: Tuple[int, int, int, str]) -> str:

0 commit comments

Comments
 (0)