We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4229e17 commit 6b7e3e3Copy full SHA for 6b7e3e3
README.rst
@@ -21,7 +21,7 @@ is more appropriate for. And this library does NOT permit obsolete
21
forms of email addresses, so if you need strict validation against the
22
email specs exactly, use `pyIsEmail <https://github.com/michaelherold/pyIsEmail>`__.
23
24
-The current version is 1.0 (September 5, 2015).
+The current version is 1.0.1 (March 6, 2016).
25
26
Installation
27
------------
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name='email_validator',
12
- version='1.0.0',
+ version='1.0.1',
13
14
description='A robust email syntax and deliverability validation library for Python 2.x/3.x.',
15
long_description=open("README.rst", encoding='utf-8').read(),
0 commit comments