Skip to content

Commit ae8db8f

Browse files
committed
Bump version to 2.0.0
1 parent eacc507 commit ae8db8f

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 1.1.0
7+
Current version 2.0.0
88
Supported Python versions 2.7, 3.4, 3.5 and 3.6
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 __future__ import unicode_literals
66

7-
version_info = (2, 0, 0, 'alpha')
7+
version_info = (2, 0, 0, 'final')
88

99

1010
def _imapclient_version_string(vinfo):

0 commit comments

Comments
 (0)