Skip to content

Commit 6a98e27

Browse files
author
Menno Smits
committed
version bump for 0.12
1 parent 0c1f667 commit 6a98e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imapclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from __future__ import unicode_literals
99

10-
version_info = (0, 12, 0, 'alpha')
10+
version_info = (0, 12, 0, 'final')
1111

1212
def _imapclient_version_string(vinfo):
1313
major, minor, micro, releaselevel = vinfo

0 commit comments

Comments
 (0)