Skip to content

Commit

Permalink
Version bump for 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Menno Finlay-Smits committed Oct 26, 2023
1 parent d2cf8ca commit 7e36da9
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 2.3.1
Current version 3.0.0
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 = (2, 3, 1, "final")
version_info = (3, 0, 0, "final")


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

0 comments on commit 7e36da9

Please sign in to comment.