Skip to content

Commit

Permalink
Merge pull request #570 from mjs/version-301
Browse files Browse the repository at this point in the history
Bump version to 3.0.1
  • Loading branch information
mjs committed Dec 2, 2023
2 parents 80f31a6 + 1cfafbc commit 9a6a0df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ IMAPClient is an easy-to-use, Pythonic and complete IMAP client
library.

========================= ========================================
Current version 3.0.0
Current version 3.0.1
Supported Python versions 3.7 - 3.11
License New BSD
Project home https://github.com/mjs/imapclient/
Expand Down
2 changes: 1 addition & 1 deletion imapclient/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from typing import Tuple

version_info = (3, 0, 0, "final")
version_info = (3, 0, 1, "final")


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

0 comments on commit 9a6a0df

Please sign in to comment.