Skip to content

Commit 7ab8eb2

Browse files
author
Menno Smits
committed
Bump version to 1.0.2 final
--HG-- branch : stable
1 parent 382318f commit 7ab8eb2

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.0.1
7+
Current version 1.0.2
88
Supported Python versions 2.6, 2.7, 3.3, 3.4 and 3.5
99
License New BSD
1010
Project home http://imapclient.freshfoo.com/

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 = (1, 0, 2, 'alpha')
7+
version_info = (1, 0, 2, 'final')
88

99

1010
def _imapclient_version_string(vinfo):

0 commit comments

Comments
 (0)