Skip to content

Commit 248f09a

Browse files
committed
Update version to 3.1.0
1 parent ad917b0 commit 248f09a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

imapclient/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from typing import Tuple
66

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

99

1010
def _imapclient_version_string(vinfo: Tuple[int, int, int, str]) -> str:
@@ -21,4 +21,4 @@ def _imapclient_version_string(vinfo: Tuple[int, int, int, str]) -> str:
2121
maintainer_email = "[email protected]"
2222

2323
author = "Menno Finlay-Smits"
24-
author_email = "inbox@menno.io"
24+
author_email = "hello@menno.io"

0 commit comments

Comments
 (0)